diff options
author | Joey Hess <joey@kitenet.net> | 2013-06-26 19:21:19 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-06-26 19:21:19 -0400 |
commit | b0d801955a9bbc15ab783253af088df4a7b4077a (patch) | |
tree | 317610e601f2b9a2425299631cb980290eb0d74d /doc/install | |
parent | ffcc551b4c333fc0a9d8f0c01d1b27d2c3b75d38 (diff) |
downloads.kitenet.net now supports https; use it for all links
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/Android.mdwn | 4 | ||||
-rw-r--r-- | doc/install/Linux_standalone.mdwn | 6 | ||||
-rw-r--r-- | doc/install/OSX.mdwn | 4 | ||||
-rw-r--r-- | doc/install/Windows.mdwn | 2 |
4 files changed, 8 insertions, 8 deletions
diff --git a/doc/install/Android.mdwn b/doc/install/Android.mdwn index dbd0c0198..47bdb883c 100644 --- a/doc/install/Android.mdwn +++ b/doc/install/Android.mdwn @@ -7,14 +7,14 @@ Now git-annex can be used on Android! First, ensure your Android device is configured to allow installation of the app. Go to Setup -> Security, and enable "Unknown Sources". -[Download the git-annex.apk](http://downloads.kitenet.net/git-annex/android/current/) +[Download the git-annex.apk](https://downloads.kitenet.net/git-annex/android/current/) onto your Android device, and open it to install. ## autobuilds A daily build is also available. -* [download apk](http://downloads.kitenet.net/git-annex/autobuild/android/git-annex.apk) ([build logs](http://downloads.kitenet.net/git-annex/autobuild/android/)) +* [download apk](https://downloads.kitenet.net/git-annex/autobuild/android/git-annex.apk) ([build logs](https://downloads.kitenet.net/git-annex/autobuild/android/)) ## building it yourself diff --git a/doc/install/Linux_standalone.mdwn b/doc/install/Linux_standalone.mdwn index c985448cd..ccebd3798 100644 --- a/doc/install/Linux_standalone.mdwn +++ b/doc/install/Linux_standalone.mdwn @@ -5,7 +5,7 @@ prebuilt tarball of the most recent release. This tarball should work on most Linux systems. It does not depend on anything except for glibc. -[download tarball](http://downloads.kitenet.net/git-annex/linux/current/) +[download tarball](https://downloads.kitenet.net/git-annex/linux/current/) To use, just unpack the tarball, `cd git-annex.linux` and run `./runshell` -- this sets up an environment where you can use `git annex`, as well @@ -22,8 +22,8 @@ Warning: This is a last resort. Most Linux users should instead A daily build is also available. -* i386: [download tarball](http://downloads.kitenet.net/git-annex/autobuild/i386/git-annex-standalone-i386.tar.gz) ([build logs](http://downloads.kitenet.net/git-annex/autobuild/i386/)) -* amd64: [download tarball](http://downloads.kitenet.net/git-annex/autobuild/amd64/git-annex-standalone-amd64.tar.gz) ([build logs](http://downloads.kitenet.net/git-annex/autobuild/amd64/)) +* i386: [download tarball](https://downloads.kitenet.net/git-annex/autobuild/i386/git-annex-standalone-i386.tar.gz) ([build logs](https://downloads.kitenet.net/git-annex/autobuild/i386/)) +* amd64: [download tarball](https://downloads.kitenet.net/git-annex/autobuild/amd64/git-annex-standalone-amd64.tar.gz) ([build logs](https://downloads.kitenet.net/git-annex/autobuild/amd64/)) ## gitannex-install diff --git a/doc/install/OSX.mdwn b/doc/install/OSX.mdwn index b230f1565..68e4a53d9 100644 --- a/doc/install/OSX.mdwn +++ b/doc/install/OSX.mdwn @@ -2,7 +2,7 @@ [[!img /assistant/osx-app.png align=right link=/assistant]] For easy installation, use the -[beta release of git-annex.app](http://downloads.kitenet.net/git-annex/OSX/current/). +[beta release of git-annex.app](https://downloads.kitenet.net/git-annex/OSX/current/). Be sure to select the build matching your version of OSX. @@ -30,7 +30,7 @@ the app for OSX Lion. [[Joey]] autobuilds the app for Mountain Lion. -* [autobuild of git-annex.app](http://downloads.kitenet.net/git-annex/autobuild/x86_64-apple-mountain-lion/git-annex.dmg.bz2) ([build logs](http://downloads.kitenet.net/git-annex/autobuild/x86_64-apple-mountain-lion/)) +* [autobuild of git-annex.app](https://downloads.kitenet.net/git-annex/autobuild/x86_64-apple-mountain-lion/git-annex.dmg.bz2) ([build logs](https://downloads.kitenet.net/git-annex/autobuild/x86_64-apple-mountain-lion/)) ## using Brew diff --git a/doc/install/Windows.mdwn b/doc/install/Windows.mdwn index 90568a863..9f223d8d5 100644 --- a/doc/install/Windows.mdwn +++ b/doc/install/Windows.mdwn @@ -1,7 +1,7 @@ git-annex has recently been ported to Windows! * First, [install git](http://git-scm.com/downloads) -* Then, [install git-annex](http://downloads.kitenet.net/git-annex/windows/current/) +* Then, [install git-annex](https://downloads.kitenet.net/git-annex/windows/current/) This port is in an early state. While it works well enough to use git-annex, many things will not work. See [[todo/windows_support]] for |