diff options
author | Andrew Manning <tamanning@zoho.com> | 2018-06-08 05:37:23 -0400 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2018-06-08 05:37:23 -0400 |
commit | 4feff1cf897918892e6555b431f0d069031a8597 (patch) | |
tree | 5684eddda15fd014cfda4d1737108191a8576cfc /doc/git_for_non_developers.bb | |
parent | df2d18160212ec546ec640dd1d2152fecada5557 (diff) | |
download | volse-hubzilla-4feff1cf897918892e6555b431f0d069031a8597.tar.gz volse-hubzilla-4feff1cf897918892e6555b431f0d069031a8597.tar.bz2 volse-hubzilla-4feff1cf897918892e6555b431f0d069031a8597.zip |
Update github.com git repo URLs with framagit.org URLs
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
|