actually use https for download urls
The urls on sub-pages were all https, but not on the main page.
This commit is contained in:
parent
d0f0bd71dc
commit
45b2a87520
1 changed files with 4 additions and 4 deletions
|
@ -2,10 +2,10 @@
|
||||||
|
|
||||||
[[!table format=dsv header=yes data="""
|
[[!table format=dsv header=yes data="""
|
||||||
detailed instructions | quick install
|
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`
|
[[OSX/Homebrew]] | `brew install git-annex`
|
||||||
[[Android]] | [download git-annex.apk](http://downloads.kitenet.net/git-annex/android/current/) **beta**
|
[[Android]] | [download git-annex.apk](https://downloads.kitenet.net/git-annex/android/current/) **beta**
|
||||||
[[Linux|linux_standalone]] | [download prebuilt linux tarball](http://downloads.kitenet.net/git-annex/linux/current/)
|
[[Linux|linux_standalone]] | [download prebuilt linux tarball](https://downloads.kitenet.net/git-annex/linux/current/)
|
||||||
[[Debian]] | `apt-get install git-annex`
|
[[Debian]] | `apt-get install git-annex`
|
||||||
[[Ubuntu]] | `apt-get install git-annex`
|
[[Ubuntu]] | `apt-get install git-annex`
|
||||||
[[Fedora]] | `yum install git-annex`
|
[[Fedora]] | `yum install git-annex`
|
||||||
|
@ -16,7 +16,7 @@ detailed instructions | quick install
|
||||||
[[ScientificLinux5]] |
|
[[ScientificLinux5]] |
|
||||||
[[openSUSE]] |
|
[[openSUSE]] |
|
||||||
[[Docker]] |
|
[[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
|
All the downloads above use https for security. For added security, see
|
||||||
|
|
Loading…
Add table
Reference in a new issue