summaryrefslogtreecommitdiff
path: root/pages/docs/client/en.md
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2015-03-17 16:30:59 -0700
committerelijah <elijah@riseup.net>2015-03-17 16:30:59 -0700
commite4bb118653a9d8f12077e6f961f105351390f19d (patch)
tree954380a44e4c7f508b2ed8b1a7ce8139dc250d0f /pages/docs/client/en.md
parent9e6656f1ca3c0aee872e359f8683255544a7b3e7 (diff)
fix broken /docs/client links
Diffstat (limited to 'pages/docs/client/en.md')
-rw-r--r--pages/docs/client/en.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/pages/docs/client/en.md b/pages/docs/client/en.md
index 15c55bf..ff7c826 100644
--- a/pages/docs/client/en.md
+++ b/pages/docs/client/en.md
@@ -2,7 +2,7 @@
@title = 'Bitmask'
@summary = "The Internet Encryption Toolkit: Encrypted Internet Proxy and Encrypted Mail"
-**Bitmask** is the multiplatform desktop client for the services offered by [the LEAP Platform](platform).
+**Bitmask** is the multiplatform desktop client for the services offered by [[the LEAP Platform => platform]]. For more information, see [[bitmask.net => https://bitmask.net]].
It is written in python using [PySide](http://qt-project.org/wiki/PySide) and licensed under the GPL3. Currently we distribute pre-compiled bundles for Linux and OSX, with Windows bundles following soon.
@@ -10,22 +10,23 @@ We include below some sections of the user guide and the development documentati
User Guide
----------
-* [Installing Bitmask](client/user-install)
-* [Running Bitmask](client/user-running)
+
+* [[Installing Bitmask => user-install]]
+* [[Running Bitmask => user-running]]
Tester Guide
------------
This part of the documentation details how to fetch the last development version and how to report bugs.
-* [Howto for testers](client/testers-howto)
+* [[HOWTO for testers => testers-howto]]
Hackers Guide
-------------
If you want to contribute to the project, we wrote this for you.
-* [Setting up a development environment](client/dev-environment)
+* [[Setting up a development environment => dev-environment]]
<!--