aboutsummaryrefslogtreecommitdiffstats
path: root/doc/git_for_non_developers.bb
diff options
context:
space:
mode:
authorfriendica <redmatrix@redmatrix.me>2015-04-01 15:52:02 -0700
committerfriendica <redmatrix@redmatrix.me>2015-04-01 15:52:02 -0700
commitd599ebe742a9fa205da989521388a18655353566 (patch)
treeed0e30b145382a5a9d5293ce1c1a47e8ea6b4281 /doc/git_for_non_developers.bb
parentf0330bcdc2b60438f87fb7caac7b66aaab75034f (diff)
downloadvolse-hubzilla-d599ebe742a9fa205da989521388a18655353566.tar.gz
volse-hubzilla-d599ebe742a9fa205da989521388a18655353566.tar.bz2
volse-hubzilla-d599ebe742a9fa205da989521388a18655353566.zip
update resource links
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 029a6eb77..b0a623104 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/friendica/red
+git remote add upstream https://github.com/redmatrix/redmatrix
[/code]
From now on, you can pull upstream changes with the command