summaryrefslogtreecommitdiff
path: root/pages/windows
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 /pages/windows
parent4dd6df616ea8378563ff26d19a6bf5cdbc7f441a (diff)
use full domain qualified paths for downloads (so pages can be shared with bitmask.net)
Diffstat (limited to 'pages/windows')
-rw-r--r--pages/windows/en.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/windows/en.haml b/pages/windows/en.haml
index 860285c..bb2b2e4 100644
--- a/pages/windows/en.haml
+++ b/pages/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'})