summaryrefslogtreecommitdiff
path: root/doc/en.md
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@leap.se>2013-11-04 00:56:17 +0100
committerkwadronaut <kwadronaut@leap.se>2013-11-04 00:56:17 +0100
commit6a4e2efe9c57dea50119506b3c86b8277c5b5bd0 (patch)
tree48f8ff95372c1fc05da7d2341f15cfa54c7b1002 /doc/en.md
parent5e004e3bf776f9eb0831213fc25c26009aa6d820 (diff)
update documentation of the platform. Todo: known-issues
Diffstat (limited to 'doc/en.md')
-rw-r--r--doc/en.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en.md b/doc/en.md
index bdae4630..f1a1fc17 100644
--- a/doc/en.md
+++ b/doc/en.md
@@ -20,7 +20,7 @@ LEAP maintains a repository of platform recipes, which typically do not need to
As these recipes consist in abstract definitions, in order to configure settings for a particular service provider a system administrator has to create a provider instance (see below).
-LEAP's platform recipes are distributed as a git repository: `git://leap.se/leap_platform.git`
+LEAP's platform recipes are distributed as a git repository: `https://leap.se/git/leap_platform`
The provider instance
---------------------
@@ -64,7 +64,7 @@ One other significant difference between LEAP and typical system automation is h
These two approaches, masterless push and pre-compiled static configuration, allow the sysadmin to manage a set of LEAP servers using traditional software development techniques of branching and merging, to more easily create local testing environments using virtual servers, and to deploy without the added complexity and failure potential of a master server.
-The `leap` command line tool is distributed as a git repository: `git://leap.se/leap_cli`. It can be installed with `sudo gem install leap_cli`.
+The `leap` command line tool is distributed as a git repository: `https://leap.se/git/leap_cli`. It can be installed with `sudo gem install leap_cli`.
Getting started
----------------------------------