diff options
author | zotlabs <mike@macgirvin.com> | 2018-06-13 16:29:56 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-06-13 16:29:56 -0700 |
commit | 1a75e3c24a07e8ae5ca92615d3205a6daaca3811 (patch) | |
tree | 7519e05d40344e0b9deac2d47f2569ac93c9da45 /doc/dev_beginner.bb | |
parent | b0b67fbcc4f340e765484641ae75bb2119830b66 (diff) | |
parent | 633693c94b112e07772f05ab5eae9715edb18f7e (diff) | |
download | volse-hubzilla-1a75e3c24a07e8ae5ca92615d3205a6daaca3811.tar.gz volse-hubzilla-1a75e3c24a07e8ae5ca92615d3205a6daaca3811.tar.bz2 volse-hubzilla-1a75e3c24a07e8ae5ca92615d3205a6daaca3811.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.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/dev_beginner.bb b/doc/dev_beginner.bb index d07b20574..3e98c6ec3 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://framagit.org/hubzilla/core/
-[*] fork https://framagit.org/hubzilla/core/-addons
+[*] fork https://framagit.org/hubzilla/core
+[*] fork https://framagit.org/hubzilla/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".
@@ -416,4 +416,4 @@ surfer@debian:/var/www$ git push [/code]
-#include doc/macros/main_footer.bb;
\ No newline at end of file +#include doc/macros/main_footer.bb;
|