summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst4
-rw-r--r--changes/feature_3417_update-repo-in-docs1
-rw-r--r--docs/dev/environment.rst2
-rw-r--r--docs/testers/howto.rst4
-rw-r--r--docs/user/install.rst6
5 files changed, 8 insertions, 9 deletions
diff --git a/README.rst b/README.rst
index f8308566..c6d37390 100644
--- a/README.rst
+++ b/README.rst
@@ -71,7 +71,7 @@ Hacking
The Bitmask git repository is available at::
- git://leap.se/leap_client
+ git://leap.se/bitmask_client
Some steps need to be run when setting a development environment for the first time.
@@ -117,7 +117,7 @@ which the first time should automagically install all the needed dependencies in
License
=======
-.. image:: https://raw.github.com/leapcode/leap_client/develop/docs/user/gpl.png
+.. image:: https://raw.github.com/leapcode/bitmask_client/develop/docs/user/gpl.png
Bitmask is released under the terms of the `GNU GPL version 3`_ or later.
diff --git a/changes/feature_3417_update-repo-in-docs b/changes/feature_3417_update-repo-in-docs
new file mode 100644
index 00000000..065b9497
--- /dev/null
+++ b/changes/feature_3417_update-repo-in-docs
@@ -0,0 +1 @@
+ o Update git repo name in docs. Closes: #3417
diff --git a/docs/dev/environment.rst b/docs/dev/environment.rst
index 5ae3871a..e942b1cb 100644
--- a/docs/dev/environment.rst
+++ b/docs/dev/environment.rst
@@ -13,7 +13,7 @@ Cloning the repo
::
- git clone git://leap.se/leap_client
+ git clone git://leap.se/bitmask_client
git checkout develop
.. XXX change this when repo changes.
diff --git a/docs/testers/howto.rst b/docs/testers/howto.rst
index 9c6561ed..015a4ab2 100644
--- a/docs/testers/howto.rst
+++ b/docs/testers/howto.rst
@@ -41,12 +41,12 @@ Download and source the following script in the parent folder where you want you
.. code-block:: bash
cd /tmp
- wget https://raw.github.com/leapcode/leap_client/develop/pkg/scripts/bitmask_bootstrap.sh
+ wget https://raw.github.com/leapcode/bitmask_client/develop/pkg/scripts/bitmask_bootstrap.sh
source bitmask_bootstrap.sh
Tada! If everything went well, you should be able to run bitmask by typing::
- bin/bitmask
+ bitmask
Noticed that your prompt changed? That was *virtualenv*. Keep reading...
diff --git a/docs/user/install.rst b/docs/user/install.rst
index 81807a43..e5765302 100644
--- a/docs/user/install.rst
+++ b/docs/user/install.rst
@@ -88,15 +88,13 @@ Installing Bitmask is as simple as using `pip <http://www.pip-installer.org/>`_
Show me the code!
-----------------
-.. XXX UPDATE REPO NAMES AS SOON AS #3417 is DONE
-
You can get the code from LEAP public git repository ::
- $ git clone git://leap.se/leap_client
+ $ git clone git://leap.se/bitmask_client
Or from the github mirror ::
- $ git clone git://github.com/leapcode/leap_client.git
+ $ git clone git://github.com/leapcode/bitmask_client.git
Once you have grabbed a copy of the sources, you can install it into your site-packages easily ::