This site is an archive; learn more about 8 years of OpenHatch.

[OH-Dev] [PATCH] Smart https transfer (which github supports) is as fast as git:// and prevents some MitM attacks

Shawn Landden shawnlandden at gmail.com
Sun May 13 21:38:13 UTC 2012


---
 docs/contributor/getting_started.rst |    2 +-
 docs/deployment/installation.rst     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/contributor/getting_started.rst b/docs/contributor/getting_started.rst
index 381ee3e..6c3a499 100644
--- a/docs/contributor/getting_started.rst
+++ b/docs/contributor/getting_started.rst
@@ -20,7 +20,7 @@ To make contributions, you will need to clone our git repository. This requires
 having the git version control system installed. Once you do, type this into a
 terminal::
 
-    $ git clone git://github.com/openhatch/oh-mainline.git
+    $ git clone https://github.com/openhatch/oh-mainline.git
 
 It will take up to five minutes, depending on your Internet connection. it's
 kind of a big repository. (Sixty megabytes, or so.)
diff --git a/docs/deployment/installation.rst b/docs/deployment/installation.rst
index 273af8b..b8935c2 100644
--- a/docs/deployment/installation.rst
+++ b/docs/deployment/installation.rst
@@ -42,7 +42,7 @@ If you already have an "oh-mainline" directory on your computer, then
 you already have the code. If you're reading this file on the web,
 then you need to run::
 
-  git clone git://github.com/openhatch/oh-mainline.git
+  git clone https://github.com/openhatch/oh-mainline.git
 
 You probably have already done this, though, and can jump to the next
 step.
-- 
1.7.9.5



More information about the Devel mailing list