diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-09-05 09:37:08 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-09-05 09:37:08 -0500 |
commit | 18922af5830f4a7686ec3b3ff11dc309a5a9cca6 (patch) | |
tree | bc4f0ee26140c3b553b019846aff96add95e6f8a /docs/source | |
parent | 936624c36254b0755b47802c13b7899c992c7834 (diff) | |
download | mediagoblin-18922af5830f4a7686ec3b3ff11dc309a5a9cca6.tar.lz mediagoblin-18922af5830f4a7686ec3b3ff11dc309a5a9cca6.tar.xz mediagoblin-18922af5830f4a7686ec3b3ff11dc309a5a9cca6.zip |
Temporarily switching git:// to http://
Diffstat (limited to 'docs/source')
-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 de4ce1ac..ca1ae4b0 100644 --- a/docs/source/siteadmin/deploying.rst +++ b/docs/source/siteadmin/deploying.rst @@ -199,7 +199,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 http://git.gitorious.org/mediagoblin/mediagoblin.git cd mediagoblin git submodule init && git submodule update |