diff options
author | kwadronaut <kwadronaut@leap.se> | 2013-10-15 20:06:00 +0200 |
---|---|---|
committer | kwadronaut <kwadronaut@leap.se> | 2013-10-15 20:06:00 +0200 |
commit | 1c7f1b62087f1eb2a645f97075d62220625bf1c2 (patch) | |
tree | 2818f998f18ade45274cf1cbf51bb05f5ef41ee2 /docs/client | |
parent | d08398fdb8e0fb953bce462a537ddff3ee664f3d (diff) |
changing git:/ to https:/ fixing #4105
Diffstat (limited to 'docs/client')
-rw-r--r-- | docs/client/dev-environment.md | 2 | ||||
-rw-r--r-- | docs/client/user-install.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/client/dev-environment.md b/docs/client/dev-environment.md index c788251..37aefa6 100644 --- a/docs/client/dev-environment.md +++ b/docs/client/dev-environment.md @@ -15,7 +15,7 @@ Cloning the repo > Stable releases are in *master* branch. Development code lives in > *develop* branch. - git clone git://leap.se/bitmask_client + git clone https://leap.se/git/bitmask_client git checkout develop Base Dependencies diff --git a/docs/client/user-install.md b/docs/client/user-install.md index 76b56de..c2e951b 100644 --- a/docs/client/user-install.md +++ b/docs/client/user-install.md @@ -103,7 +103,7 @@ get the code from LEAP public git repository : Or from the github mirror : - $ git clone git://github.com/leapcode/bitmask_client.git + $ git clone https://github.com/leapcode/bitmask_client.git Once you have grabbed a copy of the sources, and installed all the base dependencies, you can install it into your site-packages easily : |