From 02175efb5391091708074441d684408be799e566 Mon Sep 17 00:00:00 2001 From: elijah Date: Wed, 20 Aug 2014 17:28:20 -0700 Subject: use full domain qualified paths for downloads (so pages can be shared with bitmask.net) --- pages/android/en.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pages/android') 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 Settings > Security > Unknown Sources 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 -- cgit v1.2.3