diff options
author | Joey Hess <joey@kitenet.net> | 2014-10-24 13:57:36 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-10-24 13:57:36 -0400 |
commit | be94260f29bf318ff8d327e61c82c2d7ea0bce50 (patch) | |
tree | 7766c4cb51477e16ad92b4e19c2ebc8dab6e4183 /doc/install.mdwn | |
parent | def2e4dd25d12903b30a2ac7d9e577d27405e1fd (diff) |
actually use https for download urls
The urls on sub-pages were all https, but not on the main page.
Diffstat (limited to 'doc/install.mdwn')
-rw-r--r-- | doc/install.mdwn | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/install.mdwn b/doc/install.mdwn index adaaa3eb6..171177fbf 100644 --- a/doc/install.mdwn +++ b/doc/install.mdwn @@ -2,10 +2,10 @@ [[!table format=dsv header=yes data=""" detailed instructions | quick install -[[OSX]] | [download git-annex.app](http://downloads.kitenet.net/git-annex/OSX/current/) +[[OSX]] | [download git-annex.app](https://downloads.kitenet.net/git-annex/OSX/current/) [[OSX/Homebrew]] | `brew install git-annex` -[[Android]] | [download git-annex.apk](http://downloads.kitenet.net/git-annex/android/current/) **beta** -[[Linux|linux_standalone]] | [download prebuilt linux tarball](http://downloads.kitenet.net/git-annex/linux/current/) +[[Android]] | [download git-annex.apk](https://downloads.kitenet.net/git-annex/android/current/) **beta** +[[Linux|linux_standalone]] | [download prebuilt linux tarball](https://downloads.kitenet.net/git-annex/linux/current/) [[Debian]] | `apt-get install git-annex` [[Ubuntu]] | `apt-get install git-annex` [[Fedora]] | `yum install git-annex` @@ -16,7 +16,7 @@ detailed instructions | quick install [[ScientificLinux5]] | [[openSUSE]] | [[Docker]] | -[[Windows]] | [download installer](http://downloads.kitenet.net/git-annex/windows/current/) **beta** +[[Windows]] | [download installer](https://downloads.kitenet.net/git-annex/windows/current/) **beta** """]] All the downloads above use https for security. For added security, see |