From 0f08c04dd9816533ffbaa2b684b8b0d57f0da9a5 Mon Sep 17 00:00:00 2001 From: Joseph Herlant Date: Mon, 1 Jul 2019 14:57:39 -0700 Subject: Fix the readthedocs url for the development guidelines (#807) --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d75980a4f..d94366471 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://navit.readthedocs.io/en/latest/development/programming_guidelines.html) +* [programming guidelines](https://navit.readthedocs.io/en/trunk/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://navit.readthedocs.io/en/latest/development/programming_guidelines.html) + * always document new functions according to the doxygen standard discussed in the [programming guidelines](https://navit.readthedocs.io/en/trunk/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://navit.readthedocs.io/en/latest/development/programming_guidelines.html) + * [programming guidelines](https://navit.readthedocs.io/en/trunk/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) -- cgit v1.2.1