aboutsummaryrefslogtreecommitdiffstats
path: root/doc/git_for_non_developers.bb
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-03-07 21:48:12 +0100
committerMario Vavti <mario@mariovavti.com>2016-03-07 21:48:12 +0100
commit6824fb9f935e1e2a5405571a08b4c1a3c43a7768 (patch)
treed7334b7118fbce55f954017ca3395d5d43f863b6 /doc/git_for_non_developers.bb
parentb2216f82036e9ea6baab6db68899e4bafa732d65 (diff)
parent0799a0a3be3ceebbee2551e4dcb201651f73206e (diff)
downloadvolse-hubzilla-6824fb9f935e1e2a5405571a08b4c1a3c43a7768.tar.gz
volse-hubzilla-6824fb9f935e1e2a5405571a08b4c1a3c43a7768.tar.bz2
volse-hubzilla-6824fb9f935e1e2a5405571a08b4c1a3c43a7768.zip
Merge branch 'master' of https://github.com/redmatrix/hubzilla
Diffstat (limited to 'doc/git_for_non_developers.bb')
-rw-r--r--doc/git_for_non_developers.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/git_for_non_developers.bb b/doc/git_for_non_developers.bb
index b0a623104..80c11024b 100644
--- a/doc/git_for_non_developers.bb
+++ b/doc/git_for_non_developers.bb
@@ -14,7 +14,7 @@ Once you've done that, cd into the directory, and add an upstream.
[code]
cd red
-git remote add upstream https://github.com/redmatrix/redmatrix
+git remote add upstream https://github.com/redmatrix/hubzilla
[/code]
From now on, you can pull upstream changes with the command