From: Christopher Allan Webber Date: Fri, 20 Mar 2015 01:38:07 +0000 (-0500) Subject: git clone from https instead of git:// because gitorious broke the latter X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=47f66be97cc870e06abb267ef24c138296dc44ea;p=mediagoblin.git git clone from https instead of git:// because gitorious broke the latter --- 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