From 795b1120ecbbfed8d3e7575bac32608750362c8b Mon Sep 17 00:00:00 2001 From: Svjatoslav Agejenko Date: Sun, 27 Jan 2019 00:41:27 +0200 Subject: [PATCH] Prefer HTTPS in documentation --- .gitignore | 3 ++- doc/index.html | 21 +++++++++++++-------- doc/index.org | 10 +++++----- 3 files changed, 20 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index b06815b..b78f47c 100755 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ /.classpath -target/ +/target/ /bin /.settings /.idea/ +/*.iml diff --git a/doc/index.html b/doc/index.html index 4609432..f900ffe 100644 --- a/doc/index.html +++ b/doc/index.html @@ -2,7 +2,7 @@ Instantlauncher - navigate to your files and programs quickly! - + @@ -211,14 +211,14 @@ License, or (at your option) any later version. -
  • Other software projects hosted at svjatoslav.eu +
  • Other software projects hosted at svjatoslav.eu
  • @@ -227,15 +227,16 @@ License, or (at your option) any later version.

    1.1 Source code

    @@ -336,6 +337,7 @@ When instantlauncher starts, it looks for configuration file under

     ~/.instantlauncher
    +
     

    @@ -380,6 +382,7 @@ installed and uses Nautilus file manager:

     directoryOpenCommand: nautilus -w {file}
    +
     
    @@ -397,6 +400,7 @@ installed and uses Gnome Terminal:
     directoryTerminalOpenCommand: gnome-terminal --working-directory={file}
    +
     
    @@ -454,6 +458,7 @@ will follow symlinks as if they were directories.
     navigationRootPath: /home/svjatoslav/
    +
     
    @@ -482,8 +487,8 @@ navigationRootPath: /home/svjatoslav/ diff --git a/doc/index.org b/doc/index.org index de6f14b..9f4b087 100644 --- a/doc/index.org +++ b/doc/index.org @@ -18,18 +18,18 @@ - Program author: - Svjatoslav Agejenko - - Homepage: http://svjatoslav.eu + - Homepage: https://svjatoslav.eu - Email: mailto://svjatoslav@svjatoslav.eu -- [[http://www.svjatoslav.eu/projects/][Other software projects hosted at svjatoslav.eu]] +- [[https://www.svjatoslav.eu/projects/][Other software projects hosted at svjatoslav.eu]] ** Source code -- [[http://www2.svjatoslav.eu/gitweb/?p=instantlauncher.git;a=snapshot;h=HEAD;sf=tgz][Download latest snapshot in TAR GZ format]] +- [[https://www2.svjatoslav.eu/gitweb/?p=instantlauncher.git;a=snapshot;h=HEAD;sf=tgz][Download latest snapshot in TAR GZ format]] -- [[http://www2.svjatoslav.eu/gitweb/?p=instantlauncher.git;a=summary][Browse Git repository online]] +- [[https://www2.svjatoslav.eu/gitweb/?p=instantlauncher.git;a=summary][Browse Git repository online]] - Clone Git repository using command: - : git clone http://www2.svjatoslav.eu/git/instantlauncher.git + : git clone https://www2.svjatoslav.eu/git/instantlauncher.git * Purpose Quick filesystem based document/application launcher. It starts by -- 2.20.1