From 47f66be97cc870e06abb267ef24c138296dc44ea Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Thu, 19 Mar 2015 20:38:07 -0500 Subject: [PATCH] git clone from https instead of git:// because gitorious broke the latter --- docs/source/siteadmin/deploying.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst index ad68c897..350f91ec 100644 --- a/docs/source/siteadmin/deploying.rst +++ b/docs/source/siteadmin/deploying.rst @@ -193,7 +193,7 @@ Change to the MediaGoblin directory that you just created:: Clone the MediaGoblin repository and set up the git submodules:: - git clone git://gitorious.org/mediagoblin/mediagoblin.git + git clone https://gitorious.org/mediagoblin/mediagoblin.git cd mediagoblin git submodule init && git submodule update -- 2.25.1