From e9a3cc8bb157e46f656023690ce0823be36a9f33 Mon Sep 17 00:00:00 2001
From: Boris Bobrov <breton@cynicmansion.ru>
Date: Thu, 16 Apr 2015 20:14:39 +0300
Subject: [PATCH] change git address to savannah's git
---
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 2aadd04..2ddf6b8 100644
a
|
b
|
Change to the MediaGoblin directory that you just created::
|
210 | 210 | |
211 | 211 | Clone the MediaGoblin repository and set up the git submodules:: |
212 | 212 | |
213 | | $ git clone https://gitorious.org/mediagoblin/mediagoblin.git -b stable |
| 213 | $ git clone git://git.savannah.gnu.org/mediagoblin.git -b stable |
214 | 214 | $ cd mediagoblin |
215 | 215 | $ git submodule init && git submodule update |
216 | 216 | |