diff options
author | kwadronaut <kwadronaut@leap.se> | 2013-09-19 09:41:36 +0200 |
---|---|---|
committer | kwadronaut <kwadronaut@leap.se> | 2013-09-19 09:41:36 +0200 |
commit | 42d8d4a72e1aa0af4effa91a5fe414b566c1524e (patch) | |
tree | 55d481db324ecfbb7c46abf28c36891f8d676675 /docs/client | |
parent | e7b703792270cf1ef85b90e238fddf111f244c8d (diff) |
adapting client references from leap_client to bitmask_client in urls
Diffstat (limited to 'docs/client')
-rw-r--r-- | docs/client/bleeding-edge.md | 4 | ||||
-rw-r--r-- | docs/client/dev-guide.md | 2 | ||||
-rw-r--r-- | docs/client/user-guide.md | 4 |
3 files changed, 5 insertions, 5 deletions
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 |