summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Herlant <aerostitch@debian.org>2019-06-29 14:20:08 -0700
committerJoseph Herlant <aerostitch@debian.org>2019-06-29 14:20:08 -0700
commit1f89f35f15426ac0d321c5c559fe9d6456eaf2e6 (patch)
treef618a878ffabf156aa06c743dc9f34cc073cf3a5
parentb8dfa045834d3434df7d3b351060c6f61dc9b735 (diff)
downloadnavit-aerostitch/prog_guidelines_url.tar.gz
Fix the readthedocs url for the development guidelinesaerostitch/prog_guidelines_url
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md2
-rw-r--r--CONTRIBUTING.md6
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 6fab26c6c..bafbcbcb2 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -3,4 +3,4 @@ Before opening a pull request on navit, make sure your commit message follows ou
https://wiki.navit-project.org/index.php/Commit_guidelines
and that your code is compliant with out coding style guidelines:
-https://navit.readthedocs.io/en/latest/development/programming_guidelines.html
+https://navit.readthedocs.io/en/trunk/development/programming_guidelines.html
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)