summaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-08-20 17:29:04 -0700
committerelijah <elijah@riseup.net>2014-08-20 17:29:04 -0700
commit2a4e4c5808590af5bd628b4cbafc7eb5bc9c883f (patch)
tree050c7907c650fd7c4b43bd7d3a2e29876569c858 /pages
parent7176b96d70f6fccf3b915f7c798d71f489da9263 (diff)
fix broken links to dl.bitmask.net
Diffstat (limited to 'pages')
-rw-r--r--pages/install/android/en.haml4
-rw-r--r--pages/install/linux/en.md6
-rw-r--r--pages/install/mac/en.md4
-rw-r--r--pages/install/windows/en.haml4
4 files changed, 9 insertions, 9 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
diff --git a/pages/install/linux/en.md b/pages/install/linux/en.md
index e123d65..313af63 100644
--- a/pages/install/linux/en.md
+++ b/pages/install/linux/en.md
@@ -42,14 +42,14 @@ If the result is:
### 32 bit kernel
-<%= render({:partial => 'common/download_button'}, {:link => '/client/linux/Bitmask-linux32-latest.tar.bz2', :text => 'Download 32 bit'}) %>
+<%= render({:partial => 'common/download_button'}, {:link => 'https://dl.bitmask.net/client/linux/Bitmask-linux32-latest.tar.bz2', :text => 'Download 32 bit'}) %>
### 64 bit kernel
-<%= render({:partial => 'common/download_button'}, {:link => '/client/linux/Bitmask-linux64-latest.tar.bz2', :text => 'Download 64 bit'}) %>
+<%= render({:partial => 'common/download_button'}, {:link => 'https://dl.bitmask.net/client/linux/Bitmask-linux64-latest.tar.bz2', :text => 'Download 64 bit'}) %>
### Other options
-If you want to install an old or development version of Bitmask, you can [browse all releases.](/client/linux/)
+If you want to install an old or development version of Bitmask, you can [browse all releases.](https://dl.bitmask.net/client/linux/)
<%= render({:partial => 'common/email'}) %>
diff --git a/pages/install/mac/en.md b/pages/install/mac/en.md
index 4fd0f9c..495bf24 100644
--- a/pages/install/mac/en.md
+++ b/pages/install/mac/en.md
@@ -5,12 +5,12 @@
Bitmask requires Mountain Lion or newer.
-<%= render({:partial => 'common/download_button'}, {:link => '/client/osx/Bitmask-OSX-latest.dmg', :text => 'Download for Mac OS'}) %>
+<%= render({:partial => 'common/download_button'}, {:link => 'https://dl.bitmask.net/client/osx/Bitmask-OSX-latest.dmg', :text => 'Download for Mac OS'}) %>
Once the file `Bitmask-OSX-latest.dmg` has been saved to your computer, mount the `.dmg` image and drag the `Bitmask` icon to your `Applications` folder.
## Download other versions
-If you want to install an old or experimental version of Bitmask, you can [browse all releases.](/client/osx/)
+If you want to install an old or experimental version of Bitmask, you can [browse all releases.](https://dl.bitmask.net/client/osx/)
<%= render({:partial => 'common/email'}) %>
diff --git a/pages/install/windows/en.haml b/pages/install/windows/en.haml
index 860285c..bb2b2e4 100644
--- a/pages/install/windows/en.haml
+++ b/pages/install/windows/en.haml
@@ -10,10 +10,10 @@
%h2 Download latest version
-= render({:partial => 'common/download_button'}, {:link => '/client/windows/Bitmask-win32-latest.zip', :text => 'Download for Windows'})
+= render({:partial => 'common/download_button'}, {:link => 'https://dl.bitmask.net/client/windows/Bitmask-win32-latest.zip', :text => 'Download for Windows'})
%h2 Download other versions
-%p If you want to install an old version of Bitmask, you can <a href="/client/windows/">browse all releases</a>.
+%p If you want to install an old version of Bitmask, you can <a href="https://dl.bitmask.net/client/windows/">browse all releases</a>.
= render({:partial => 'common/email'})