summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorJoseph Herlant <aerostitch@users.noreply.github.com>2019-06-19 09:51:49 -0700
committerGitHub <noreply@github.com>2019-06-19 09:51:49 -0700
commitbef0ef8da4ace12d4afc1f72690da2030fad8c77 (patch)
treec3be2278d8d49ba900bac44d84ba6d579a77f781 /CONTRIBUTING.md
parent976ab4b79860626077a266f90261da257c959efc (diff)
downloadnavit-bef0ef8da4ace12d4afc1f72690da2030fad8c77.tar.gz
Migrate the programming guidelines documentation to readthedocs (#799)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 11d559a04..d75980a4f 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -7,7 +7,7 @@ then checkout the [Wiki](https://wiki.navit-project.org/index.php/Main_Page)
and our [ReadTheDocs space](https://navit.readthedocs.io)
When pushing a pull request, please make sure you follow our:
-* [programming guidelines](https://wiki.navit-project.org/index.php/Programming_guidelines)
+* [programming guidelines](https://navit.readthedocs.io/en/latest/development/programming_guidelines.html)
* [commit message guidelines](https://wiki.navit-project.org/index.php/Commit_guidelines)
For more information on our development process, see: https://wiki.navit-project.org/index.php/Development
@@ -33,7 +33,7 @@ Prepare your repository:
Enhance Navit:
* Find the bug (and please address only one issue per patch!) and try to fix it
- * always document new functions according to the doxygen standard discussed in the [programming guidelines](https://wiki.navit-project.org/index.php/Programming_guidelines)
+ * always document new functions according to the doxygen standard discussed in the [programming guidelines](https://navit.readthedocs.io/en/latest/development/programming_guidelines.html)
* Test test test if still compiles and the behaviour is as expected
* Think about possible side effects (as performance, different settings, ...)
@@ -57,7 +57,7 @@ So that's it, you helped Navit to go one step forward. Thank you very much :)
## See also
- * [programming guidelines](https://wiki.navit-project.org/index.php/Programming_guidelines)
+ * [programming guidelines](https://navit.readthedocs.io/en/latest/development/programming_guidelines.html)
* [commit message guidelines](https://wiki.navit-project.org/index.php/Commit_guidelines)
* [Reporting Bugs](https://wiki.navit-project.org/index.php/Reporting_Bugs)
* [Translations](https://wiki.navit-project.org/index.php/Translations)