From 42d8d4a72e1aa0af4effa91a5fe414b566c1524e Mon Sep 17 00:00:00 2001 From: kwadronaut Date: Thu, 19 Sep 2013 09:41:36 +0200 Subject: adapting client references from leap_client to bitmask_client in urls --- docs/client/bleeding-edge.md | 4 ++-- docs/client/dev-guide.md | 2 +- docs/client/user-guide.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/client') diff --git a/docs/client/bleeding-edge.md b/docs/client/bleeding-edge.md index 454b800..42a96de 100644 --- a/docs/client/bleeding-edge.md +++ b/docs/client/bleeding-edge.md @@ -32,7 +32,7 @@ Download and source the following script in the parent folder where you want you cd /tmp - wget https://raw.github.com/leapcode/leap_client/develop/pkg/scripts/leap_client_bootstrap.sh + wget https://raw.github.com/leapcode/bitmask_client/develop/pkg/scripts/bitmask_bootstrap.sh source leap_client_bootstrap.sh Tada! If everything went well, you should be able to run the client by typing: @@ -99,6 +99,6 @@ for running LEAP Client with the spanish locales. Reporting bugs ======================= -We use the [LEAP Client Bug Tracker](https://leap.se/code/projects/eip-client), although you can also use [Github issues](https://github.com/leapcode/leap_client/issues). +We use the [LEAP Client Bug Tracker](https://leap.se/code/projects/eip-client), although you can also use [Github issues](https://github.com/leapcode/bitmask_client/issues). > There is a great text on the art of bug reporting, that can be found at http://www.chiark.greenend.org.uk/~sgtatham/bugs.html diff --git a/docs/client/dev-guide.md b/docs/client/dev-guide.md index 4259e0b..fb7f0ba 100644 --- a/docs/client/dev-guide.md +++ b/docs/client/dev-guide.md @@ -8,7 +8,7 @@ Cloning the repo > Stable releases will be in *master* branch (nothing there yet, move on!). Development code lives in *develop* branch. - git clone https://leap.se/git/leap_client + git clone https://leap.se/git/bitmask_client Base Dependencies ========================= diff --git a/docs/client/user-guide.md b/docs/client/user-guide.md index bfcb3b8..e5e2305 100644 --- a/docs/client/user-guide.md +++ b/docs/client/user-guide.md @@ -8,11 +8,11 @@ Note: currently, this does not completely work. See [testing](testing) You can get the code from LEAP public git repository - git clone https://leap.se/git/leap_client + git clone https://leap.se/git/bitmask_client Or from the github mirror - git clone https://github.com/leapcode/leap_client.git + git clone https://github.com/leapcode/bitmask_client.git Once you have grabbed a copy of the sources, you can install it into your site-packages easily -- cgit v1.2.3