diff options
author | www-data <www-data@v22013111044215586.yourvserver.net> | 2016-03-06 18:34:50 +0100 |
---|---|---|
committer | www-data <www-data@v22013111044215586.yourvserver.net> | 2016-03-06 18:34:50 +0100 |
commit | 1fb7b9baae27e9c62a6468fbdb94619b0dd90546 (patch) | |
tree | ebd469b89ea0781617a3743976677b3880e96998 /doc/git_for_non_developers.bb | |
parent | 716240329274912a354190998753c08d22a42082 (diff) | |
download | volse-hubzilla-1fb7b9baae27e9c62a6468fbdb94619b0dd90546.tar.gz volse-hubzilla-1fb7b9baae27e9c62a6468fbdb94619b0dd90546.tar.bz2 volse-hubzilla-1fb7b9baae27e9c62a6468fbdb94619b0dd90546.zip |
Doco: corrected git URL in git for non-developers
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 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
|