about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEugen <eugen@zeonfederated.com>2017-04-05 03:24:08 +0200
committerGitHub <noreply@github.com>2017-04-05 03:24:08 +0200
commit94d00f278819d34ef97d59d17eb289e9be217dfe (patch)
treeda4396361b3d3338b65036ea8e340fe4ca321d62
parentafdcdce551ab4f569ea48cafa428935e53a081e3 (diff)
parent1e5a1b9abd9dca06e19651f80923249b09bcc847 (diff)
Merge pull request #885 from optikfluffel/patch-1
Update Production-guide.md
-rw-r--r--docs/Running-Mastodon/Production-guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Running-Mastodon/Production-guide.md b/docs/Running-Mastodon/Production-guide.md
index 9cfdfc607..b1f7bd35b 100644
--- a/docs/Running-Mastodon/Production-guide.md
+++ b/docs/Running-Mastodon/Production-guide.md
@@ -112,7 +112,7 @@ Then once `rbenv` is ready, run `rbenv install 2.3.1` to install the Ruby versio
 You need the `git-core` package installed on your system. If it is so, from the `mastodon` user:
 
     cd ~
-    git clone https://github.com/Gargron/mastodon.git live
+    git clone https://github.com/tootsuite/mastodon.git live
     cd live
 
 Then you can proceed to install project dependencies: