diff options
author | friendica <redmatrix@redmatrix.me> | 2015-04-01 15:52:02 -0700 |
---|---|---|
committer | friendica <redmatrix@redmatrix.me> | 2015-04-01 15:52:02 -0700 |
commit | d599ebe742a9fa205da989521388a18655353566 (patch) | |
tree | ed0e30b145382a5a9d5293ce1c1a47e8ea6b4281 /doc/git_for_non_developers.bb | |
parent | f0330bcdc2b60438f87fb7caac7b66aaab75034f (diff) | |
download | volse-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.bb | 2 |
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
|