summaryrefslogtreecommitdiff
path: root/docs/client
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@leap.se>2013-09-18 01:08:29 +0200
committerkwadronaut <kwadronaut@leap.se>2013-09-18 01:08:29 +0200
commit31aea109f41dbbe2b4cfbb84ad7da73caa7b9ba8 (patch)
tree6a7c0d533b6204d4ee4391ffc1572a4ca24947ac /docs/client
parent39c11f38953883de4455b49f10e976efc680968a (diff)
Replace git: with https: access for git repos (fixing #3689)
Diffstat (limited to 'docs/client')
-rw-r--r--docs/client/dev-guide.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/client/dev-guide.md b/docs/client/dev-guide.md
index 30d62da..4259e0b 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 git://leap.se/leap_client
+ git clone https://leap.se/git/leap_client
Base Dependencies
=========================
@@ -104,4 +104,4 @@ Missing Authentication agent
If you are running a desktop other than gnome or unity, you might get an error saying that you are not running the authentication agent. You can launch it like this:
- /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 & \ No newline at end of file
+ /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 &