Changes clone url from http url to git url
authorWill Kahn-Greene <willg@bluesock.org>
Fri, 15 Jul 2011 16:32:21 +0000 (12:32 -0400)
committerWill Kahn-Greene <willg@bluesock.org>
Fri, 15 Jul 2011 16:32:21 +0000 (12:32 -0400)
Cloning over http is always yuckier than cloning over git protocol.

docs/hackinghowto.rst

index 46288882c5c637b331e9af0bf7aa600ec96d4884..4cdbf03c033aca764699491b3c3e41c22d4641d8 100644 (file)
@@ -85,7 +85,7 @@ After installing the requirements, follow these steps:
 
 1. Clone the repository::
 
-       git clone http://git.gitorious.org/mediagoblin/mediagoblin.git
+       git clone git://gitorious.org/mediagoblin/mediagoblin.git
 
 2. Bootstrap and run buildout::