From d599ebe742a9fa205da989521388a18655353566 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 1 Apr 2015 15:52:02 -0700 Subject: update resource links --- doc/dev_beginner.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/dev_beginner.bb') diff --git a/doc/dev_beginner.bb b/doc/dev_beginner.bb index b29b0bad7..33b0edc95 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/friendica/red -[*] fork https://github.com/friendica/red-addons +[*] fork https://github.com/redmatrix/redmatrix +[*] fork https://github.com/redmatrix/redmatrix-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/friendica/red +surfer@debian:/var/www$ git remote add upstream https://github.com/redmatrix/redmatrix [/code] Fetch the newest work from that remote -- cgit v1.2.3