aboutsummaryrefslogtreecommitdiffstats
path: root/doc/dev_beginner.bb
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-06-08 23:19:56 +0200
committerMario Vavti <mario@mariovavti.com>2018-06-08 23:19:56 +0200
commitd5ee8d80ab2db542fb14bbeaab5707665b9e3590 (patch)
tree312dbc7cae67b65e1efe2b044edfeae7b7626dae /doc/dev_beginner.bb
parent1fbc1314695feff17ec9d6ecaa009f5e554ad109 (diff)
parentb05e7943c2072c09e80ac88e6a8b85f44285372d (diff)
downloadvolse-hubzilla-d5ee8d80ab2db542fb14bbeaab5707665b9e3590.tar.gz
volse-hubzilla-d5ee8d80ab2db542fb14bbeaab5707665b9e3590.tar.bz2
volse-hubzilla-d5ee8d80ab2db542fb14bbeaab5707665b9e3590.zip
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
Diffstat (limited to 'doc/dev_beginner.bb')
-rw-r--r--doc/dev_beginner.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/dev_beginner.bb b/doc/dev_beginner.bb
index 4cf1ca591..d07b20574 100644
--- a/doc/dev_beginner.bb
+++ b/doc/dev_beginner.bb
@@ -174,8 +174,8 @@ It is a good idea to read the whole manual! Git is different to other version co
Now you should
[list]
[*] create an account at github.com
-[*] fork https://github.com/redmatrix/hubzilla
-[*] fork https://github.com/redmatrix/hubzilla-addons
+[*] fork https://framagit.org/hubzilla/core/
+[*] fork https://framagit.org/hubzilla/core/-addons
[/list]
If you not want to use GIT from the command line - there is a usefull Eclipse plugin named ""Eclipse Mylyn to GitHub connector".
@@ -362,7 +362,7 @@ surfer@debian:/var/www$ git checkout -b dev_beginning
Make sure your local repository is up-to-date with the main project.
Add the original repository as a remote named “upstream” if not done yet
[code]
-surfer@debian:/var/www$ git remote add upstream https://github.com/redmatrix/hubzilla
+surfer@debian:/var/www$ git remote add upstream https://framagit.org/hubzilla/core/
[/code]
Fetch the newest work from that remote