aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Developers.md
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-06-06 17:12:20 -0700
committerMario <mario@mariovavti.com>2018-06-07 14:19:31 +0200
commitd3f741a8b623c56d4dcf30437f11d06fbbd6ac19 (patch)
treee273ab0592685a5919a9f0d868c96f03e853f8f6 /doc/Developers.md
parent9d664df993682fb7cd578aad065e1e0b63994fcc (diff)
downloadvolse-hubzilla-d3f741a8b623c56d4dcf30437f11d06fbbd6ac19.tar.gz
volse-hubzilla-d3f741a8b623c56d4dcf30437f11d06fbbd6ac19.tar.bz2
volse-hubzilla-d3f741a8b623c56d4dcf30437f11d06fbbd6ac19.zip
update a number of links in the code
(cherry picked from commit 2c7597066c03bc60e83b934415df6fd7551016d1)
Diffstat (limited to 'doc/Developers.md')
-rw-r--r--doc/Developers.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/Developers.md b/doc/Developers.md
index ef02c8327..b1f185c2e 100644
--- a/doc/Developers.md
+++ b/doc/Developers.md
@@ -8,17 +8,17 @@ doing development.
Create your own github account.
-You may fork/clone the Red repository from [https://github.com/redmatrix/hubzilla.git](https://github.com/redmatrix/hubzilla.git).
+You may fork/clone the $Projectname repository from [https://framagit.org/hubzilla/core.git](https://framagit.org/hubzilla/core.git).
Follow the instructions provided here: [http://help.github.com/fork-a-repo/](http://help.github.com/fork-a-repo/)
-to create and use your own tracking fork on github
+to create and use your own tracking fork on framagit
-Then go to your github page and create a "Pull request" when you are ready
+Then go to your gramagit page and create a "Pull request" when you are ready
to notify us to merge your work.
**Translations**
-Our translations are managed through Transifex. If you wish to help out translating $Projectname to another language, sign up on transifex.com, visit [https://www.transifex.com/projects/p/red-matrix/](https://www.transifex.com/projects/p/red-matrix/) and request to join one of the existing language teams or create a new one. Notify one of the core developers when you have a translation update which requires merging, or ask about merging it yourself if you're comfortable with git and PHP. We have a string file called 'messages.po' which is gettext compliant and a handful of email templates, and from there we automatically generate the application's language files.
+Our translations are managed through Transifex. If you wish to help out translating $Projectname to another language, sign up on transifex.com, visit [https://www.transifex.com/projects/p/hubzilla/](https://www.transifex.com/projects/p/hubzilla/) and request to join one of the existing language teams or create a new one. Notify one of the core developers when you have a translation update which requires merging, or ask about merging it yourself if you're comfortable with git and PHP. We have a string file called 'messages.po' which is gettext compliant and a handful of email templates, and from there we automatically generate the application's language files.
[Translations - More Info](help/Translations)