summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorJoseph Herlant <aerostitch@users.noreply.github.com>2019-08-23 08:00:20 -0700
committerGitHub <noreply@github.com>2019-08-23 08:00:20 -0700
commit305d5f82bd4024f4325034e828b29ace0f27373f (patch)
treebc81fccaf21cb5ff62a846063a5116ad418c1376 /CONTRIBUTING.md
parent5e644dad94fbbe287aece4bf04428265349eafe4 (diff)
downloadnavit-305d5f82bd4024f4325034e828b29ace0f27373f.tar.gz
Add:doc:Migrate the commit guidelines document to readthedocs (#841)
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 d94366471..4a71f995c 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -8,7 +8,7 @@ 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/trunk/development/programming_guidelines.html)
-* [commit message guidelines](https://wiki.navit-project.org/index.php/Commit_guidelines)
+* [commit message guidelines](https://navit.readthedocs.io/en/trunk/development/commit_guidelines.html)
For more information on our development process, see: https://wiki.navit-project.org/index.php/Development
@@ -41,7 +41,7 @@ Submit your work:
* Get the newest Git Navit version (see [this documentation](https://help.github.com/en/articles/syncing-a-fork) on how to sync your fork) and apply your changes once more
* Test if everything still works fine
* double check that you are on the correct branch with git status
- * commit your change using our [commit message guidelines](https://wiki.navit-project.org/index.php/Commit_guidelines)
+ * commit your change using our [commit message guidelines](https://navit.readthedocs.io/en/trunk/development/commit_guidelines.html)
* push your branch (`git push origin <name of your branch>`)
* [Create a pull request](https://help.github.com/articles/creating-a-pull-request/) on github
* Wait to verify that all the tests in our CI finish successfully
@@ -58,6 +58,6 @@ 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/trunk/development/programming_guidelines.html)
- * [commit message guidelines](https://wiki.navit-project.org/index.php/Commit_guidelines)
+ * [commit message guidelines](https://navit.readthedocs.io/en/trunk/development/commit_guidelines.html)
* [Reporting Bugs](https://wiki.navit-project.org/index.php/Reporting_Bugs)
* [Translations](https://wiki.navit-project.org/index.php/Translations)