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/windows | |
parent | 7176b96d70f6fccf3b915f7c798d71f489da9263 (diff) |
fix broken links to dl.bitmask.net
Diffstat (limited to 'pages/install/windows')
-rw-r--r-- | pages/install/windows/en.haml | 4 |
1 files changed, 2 insertions, 2 deletions
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'}) |