From ef8e47f260a38ecbb37e64277caa87ce14a48556 Mon Sep 17 00:00:00 2001 From: Will Kahn-Greene Date: Fri, 15 Jul 2011 12:32:21 -0400 Subject: [PATCH] Changes clone url from http url to git url Cloning over http is always yuckier than cloning over git protocol. --- docs/hackinghowto.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hackinghowto.rst b/docs/hackinghowto.rst index 46288882..4cdbf03c 100644 --- a/docs/hackinghowto.rst +++ b/docs/hackinghowto.rst @@ -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:: -- 2.25.1