diff options
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 80c11024b..54d34fdf5 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/hubzilla
+git remote add upstream https://framagit.org/hubzilla/core/
[/code]
From now on, you can pull upstream changes with the command
|