diff options
author | elijah <elijah@riseup.net> | 2014-08-20 17:29:04 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-08-20 17:29:04 -0700 |
commit | 2a4e4c5808590af5bd628b4cbafc7eb5bc9c883f (patch) | |
tree | 050c7907c650fd7c4b43bd7d3a2e29876569c858 /pages/install/android | |
parent | 7176b96d70f6fccf3b915f7c798d71f489da9263 (diff) |
fix broken links to dl.bitmask.net
Diffstat (limited to 'pages/install/android')
-rw-r--r-- | pages/install/android/en.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/install/android/en.haml b/pages/install/android/en.haml index d205ec5..0a959a5 100644 --- a/pages/install/android/en.haml +++ b/pages/install/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 |