summaryrefslogtreecommitdiff
path: root/public/android
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-08-20 17:28:20 -0700
committerelijah <elijah@riseup.net>2014-08-20 17:28:20 -0700
commit02175efb5391091708074441d684408be799e566 (patch)
tree9417cfcd9505261afeb8fa69dd63986ea2e2f019 /public/android
parent4dd6df616ea8378563ff26d19a6bf5cdbc7f441a (diff)
use full domain qualified paths for downloads (so pages can be shared with bitmask.net)
Diffstat (limited to 'public/android')
-rw-r--r--public/android/index.en.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/android/index.en.html b/public/android/index.en.html
index 1196d04..99a3878 100644
--- a/public/android/index.en.html
+++ b/public/android/index.en.html
@@ -59,13 +59,13 @@ You can search for "Bitmask" in the Google Play store or use this link:
<h2><a name="download-app"></a>Download app</h2>
<p>Alternately, you can download the Bitmask app directly from this website. You will need to enabled the option <b>Settings > Security > Unknown Sources</b> on your device for this method to work.</p>
<div class='p android'>
- <a class='btn btn-primary btn-large' href='/client/android/Bitmask-Android-latest.apk'>
+ <a class='btn btn-primary btn-large' href='https://dl.bitmask.net/client/android/Bitmask-Android-latest.apk'>
<i class='fa fa-cloud-download fa-lg'></i>
Download for Android
</a>
</div>
<div class='p non-android'>
- <a alt='download' href='/client/android/Bitmask-Android-latest.apk'>
+ <a alt='download' href='https://dl.bitmask.net/client/android/Bitmask-Android-latest.apk'>
<img src='/assets/qr/dl.bitmask.net-bitmask-android-latest.png'>
</a>
</div>