diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2015-03-19 20:38:07 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2015-03-19 20:38:07 -0500 |
commit | 47f66be97cc870e06abb267ef24c138296dc44ea (patch) | |
tree | d2129eaf031102b3bab591d7a95792b8fba20828 /docs/source/siteadmin | |
parent | b95d06f6d08f3a11db4467488c1fa2517d98d96c (diff) | |
download | mediagoblin-47f66be97cc870e06abb267ef24c138296dc44ea.tar.lz mediagoblin-47f66be97cc870e06abb267ef24c138296dc44ea.tar.xz mediagoblin-47f66be97cc870e06abb267ef24c138296dc44ea.zip |
git clone from https instead of git:// because gitorious broke the latter
Diffstat (limited to 'docs/source/siteadmin')
-rw-r--r-- | docs/source/siteadmin/deploying.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |