diff options
author | elijah <elijah@riseup.net> | 2015-02-09 10:32:20 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2015-02-09 10:32:20 -0800 |
commit | f38b7f4c5cc7b4fb2ab433e7bb12a87b8df05450 (patch) | |
tree | b97ef431f615b7a85a871c63b1eb517dda619687 | |
parent | 95dd3764673ebea2605ec7b5f8862d5ee281d9b2 (diff) |
fix broken link
-rw-r--r-- | pages/en.haml | 2 | ||||
-rw-r--r-- | pages/linux/en.text | 6 | ||||
-rw-r--r-- | public/index.en.html | 2 | ||||
-rw-r--r-- | public/linux/index.en.html | 8 |
4 files changed, 9 insertions, 9 deletions
diff --git a/pages/en.haml b/pages/en.haml index 30d3fb2..88837f3 100644 --- a/pages/en.haml +++ b/pages/en.haml @@ -21,7 +21,7 @@ %br %b GNU/Linux %br - %small Debian, Ubuntu, Mint + %small Debian, Ubuntu, Mint, etc .col-sm-3.col-xs-6 %a.btn.btn-default.disabled{:href=>"/mac"} %i.fa.fa-apple.fa-4x diff --git a/pages/linux/en.text b/pages/linux/en.text index 52b1d89..e470039 100644 --- a/pages/linux/en.text +++ b/pages/linux/en.text @@ -26,7 +26,7 @@ h3. Ubuntu 14.10 (Utopic Unicorn) <%= render({:partial => 'via_packages'}, {:distro => 'utopic'}) %> -h3. Ubuntu 14.04 (Trusty Tahr) +h3. Ubuntu 14.04 LTS (Trusty Tahr) <%= render({:partial => 'via_packages'}, {:distro => 'trusty'}) %> @@ -40,7 +40,7 @@ h3. Debian 8.0 (Jessie) h2. Install stand-alone bundle -Alternately, you can run Bitmask from a stand alone bundle. This is useful if want to run Bitmask from a thumb drive. The bundle should work on most recent Linux distributions that are derived from Debian (e.g. Ubuntu, Mint, etc). +Alternately, you can run Bitmask from a stand alone bundle. This is useful if want to run Bitmask from a thumb drive. The bundle should work on most recent Linux distributions that are derived from Debian (e.g. Ubuntu, Mint, Trisquel, etc). There are two disadvantages to the stand-alone bundle: @@ -73,6 +73,6 @@ h3. 64 bit kernel h3. Other options -You can [[browse all releases => https://dl.bitmask.net/client/osx/]] for old or experimental downloads. +You can [[browse all releases => https://dl.bitmask.net/client/linux/]] for old or experimental downloads. You should install the latest stable release. Downloads tagged with "RC" are "Release Candidates" and receive frequent experimental updates that may break the application. diff --git a/public/index.en.html b/public/index.en.html index 750adac..e1da3da 100644 --- a/public/index.en.html +++ b/public/index.en.html @@ -45,7 +45,7 @@ Bitmask Downloads <br> <b>GNU/Linux</b> <br> - <small>Debian, Ubuntu, Mint</small> + <small>Debian, Ubuntu, Mint, etc</small> </a> </div> <div class='col-sm-3 col-xs-6'> diff --git a/public/linux/index.en.html b/public/linux/index.en.html index 02fa0ac..142fb5d 100644 --- a/public/linux/index.en.html +++ b/public/linux/index.en.html @@ -28,7 +28,7 @@ Bitmask Downloads <a href="#ubuntu-1410-utopic-unicorn">Ubuntu 14.10 (Utopic Unicorn)</a> </li> <li> - <a href="#ubuntu-1404-trusty-tahr">Ubuntu 14.04 (Trusty Tahr)</a> + <a href="#ubuntu-1404-lts-trusty-tahr">Ubuntu 14.04 <span class="caps">LTS</span> (Trusty Tahr)</a> </li> <li> <a href="#debian-70-wheezy">Debian 7.0 (Wheezy)</a> @@ -82,7 +82,7 @@ apt-get dist-upgrade</code></pre> </p> <pre>sudo -s
apt-get remove bitmask leap-keyring
apt-key del 0x1E34A1828E207901
add-apt-repository --remove "deb http://deb.bitmask.net/debian utopic main"</pre> </p> -<h3><a name="ubuntu-1404-trusty-tahr"></a>Ubuntu 14.04 (Trusty Tahr)</h3> +<h3><a name="ubuntu-1404-lts-trusty-tahr"></a>Ubuntu 14.04 <span class="caps">LTS</span> (Trusty Tahr)</h3> <p><p class='b'> To install </p> @@ -113,7 +113,7 @@ apt-get dist-upgrade</code></pre> <pre>sudo -s
apt-get remove bitmask leap-keyring
apt-key del 0x1E34A1828E207901
rm /etc/apt/sources.list.d/bitmask.list
</pre> </p> <h2><a name="install-stand-alone-bundle"></a>Install stand-alone bundle</h2> -<p>Alternately, you can run Bitmask from a stand alone bundle. This is useful if want to run Bitmask from a thumb drive. The bundle should work on most recent Linux distributions that are derived from Debian (e.g. Ubuntu, Mint, etc).</p> +<p>Alternately, you can run Bitmask from a stand alone bundle. This is useful if want to run Bitmask from a thumb drive. The bundle should work on most recent Linux distributions that are derived from Debian (e.g. Ubuntu, Mint, Trisquel, etc).</p> <p>There are two disadvantages to the stand-alone bundle:</p> <ul> <li>The Bitmask app will be less well integrated with the desktop environment.</li> @@ -143,7 +143,7 @@ apt-get dist-upgrade</code></pre> </p> <p><a href="https://dl.bitmask.net/client/linux/Bitmask-linux64-latest.tar.bz2.asc">Signature file</a></p> <h3><a name="other-options"></a>Other options</h3> -<p>You can <a href="https://dl.bitmask.net/client/osx/">browse all releases</a> for old or experimental downloads.</p> +<p>You can <a href="https://dl.bitmask.net/client/linux/">browse all releases</a> for old or experimental downloads.</p> <p>You should install the latest stable release. Downloads tagged with “RC” are “Release Candidates” and receive frequent experimental updates that may break the application.</p> </div> <footer> |