From 111ea75cf86ae20c13047bc92d5feea072ea3e99 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 350f91e..1afb74c 100644
|
a
|
b
|
Change to the MediaGoblin directory that you just created::
|
| 193 | 193 | |
| 194 | 194 | Clone the MediaGoblin repository and set up the git submodules:: |
| 195 | 195 | |
| 196 | | git clone https://gitorious.org/mediagoblin/mediagoblin.git |
| | 196 | git clone git://git.savannah.gnu.org/mediagoblin.git -b stable |
| 197 | 197 | cd mediagoblin |
| 198 | 198 | git submodule init && git submodule update |
| 199 | 199 | |