diff options
author | elijah <elijah@riseup.net> | 2014-08-20 17:28:20 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-08-20 17:28:20 -0700 |
commit | 02175efb5391091708074441d684408be799e566 (patch) | |
tree | 9417cfcd9505261afeb8fa69dd63986ea2e2f019 /pages/android | |
parent | 4dd6df616ea8378563ff26d19a6bf5cdbc7f441a (diff) |
use full domain qualified paths for downloads (so pages can be shared with bitmask.net)
Diffstat (limited to 'pages/android')
-rw-r--r-- | pages/android/en.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/android/en.haml b/pages/android/en.haml index d205ec5..0a959a5 100644 --- a/pages/android/en.haml +++ b/pages/android/en.haml @@ -30,10 +30,10 @@ You can search for "Bitmask" in the Google Play store or use this link: %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.android - = render({:partial => 'common/download_button'}, {:link => '/client/android/Bitmask-Android-latest.apk', :text => 'Download for Android'}) + = render({:partial => 'common/download_button'}, {:link => 'https://dl.bitmask.net/client/android/Bitmask-Android-latest.apk', :text => 'Download for Android'}) .p.non-android - %a(href='/client/android/Bitmask-Android-latest.apk' alt='download') + %a(href='https://dl.bitmask.net/client/android/Bitmask-Android-latest.apk' alt='download') %img(src='/assets/qr/dl.bitmask.net-bitmask-android-latest.png') %h2 Download other versions |