diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 35e1a1b222..0dfbe9277e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,10 +2,10 @@ Before considering contributing you should be familiar with Eclipse OpenBSW project. - * You should have [set up a working environment](https://eclipse-openbsw.github.io/open-bsw/doc/learning/setup/index.html) + * You should have [set up a working environment](https://eclipse-openbsw.github.io/openbsw/sphinx_docs/doc/learning/setup/index.html) in which you can build and test. * You should be familiar with... - + [Coding Guidelines](https://eclipse-openbsw.github.io/open-bsw/doc/codingGuidelines/index.html) + + [Coding Guidelines](https://eclipse-openbsw.github.io/openbsw/sphinx_docs/doc/codingGuidelines/index.html) + [Code of Conduct](CODE_OF_CONDUCT.md) * Contributions should pass all automated builds and tests, including [building the documentation](doc/README.md). @@ -121,4 +121,4 @@ Then you just add a line to every git commit message: Use your real name (sorry, no pseudonyms or anonymous contributions.) If you set your `user.name` and `user.email` git configs, you can sign your -commit automatically with `git commit -s`. \ No newline at end of file +commit automatically with `git commit -s`.