diff options
author | Joey Hess <joey@kitenet.net> | 2013-07-23 17:36:38 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-07-23 17:36:38 -0400 |
commit | afa0d5c0d18f6f69ffbc55c26edde47b0c9ce949 (patch) | |
tree | 4ed622f1e5c0b2e247cc83163ee419576d245e24 /doc/install/Android.mdwn | |
parent | ba0a394206650cee632f870fd59636a834c81597 (diff) |
temporarily use http for android download links, until we can determine why https fails on android
<puck> joeyh: Also, I still can't download the daily Android apk to my
phone. I can browse the download area via https site just fine. But I'm
told that my download was unsuccessful. No error messages. :(
<puck> In the download list it has <Unknown>
Diffstat (limited to 'doc/install/Android.mdwn')
-rw-r--r-- | doc/install/Android.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/Android.mdwn b/doc/install/Android.mdwn index 47bdb883c..dbd0c0198 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](https://downloads.kitenet.net/git-annex/android/current/) +[Download the git-annex.apk](http://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](https://downloads.kitenet.net/git-annex/autobuild/android/git-annex.apk) ([build logs](https://downloads.kitenet.net/git-annex/autobuild/android/)) +* [download apk](http://downloads.kitenet.net/git-annex/autobuild/android/git-annex.apk) ([build logs](http://downloads.kitenet.net/git-annex/autobuild/android/)) ## building it yourself |