diff options
author | Andrew Browning <ayleph@thisshitistemp.com> | 2018-04-02 01:34:35 -0400 |
---|---|---|
committer | Andrew Browning <ayleph@thisshitistemp.com> | 2018-04-02 01:34:37 -0400 |
commit | 7ab8ca61c466601c18384c8977ec1c20a8949cb3 (patch) | |
tree | 76e424ab91b26d5553f26cbc425730d69ca1ed09 /docs/source/siteadmin/deploying.rst | |
parent | 85f6bea61f8205aa337afa96faf9941e2ebb99e9 (diff) | |
download | mediagoblin-7ab8ca61c466601c18384c8977ec1c20a8949cb3.tar.lz mediagoblin-7ab8ca61c466601c18384c8977ec1c20a8949cb3.tar.xz mediagoblin-7ab8ca61c466601c18384c8977ec1c20a8949cb3.zip |
Use https:// instead of git:// to clone [#5551]
This was partially addressed in eee3e41 but missed many items.
Diffstat (limited to 'docs/source/siteadmin/deploying.rst')
-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 caccda91..42fe1772 100644 --- a/docs/source/siteadmin/deploying.rst +++ b/docs/source/siteadmin/deploying.rst @@ -250,7 +250,7 @@ Clone the MediaGoblin repository and set up the git submodules:: gitorious.org shut down, we had to move. We are presently on Savannah. You may need to update your git repository location:: - $ git remote set-url origin git://git.savannah.gnu.org/mediagoblin.git + $ git remote set-url origin https://git.savannah.gnu.org/git/mediagoblin.git Set up the hacking environment:: |