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/linux/en.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pages/linux') diff --git a/pages/linux/en.md b/pages/linux/en.md index e123d65..313af63 100644 --- a/pages/linux/en.md +++ b/pages/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'}) %> -- cgit v1.2.3