Skip to content

Commit

Permalink
Fix links in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Frank <[email protected]>
  • Loading branch information
ThoFrank committed Nov 20, 2024
1 parent 9e05e29 commit 6ea7d69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down Expand Up @@ -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`.
commit automatically with `git commit -s`.

0 comments on commit 6ea7d69

Please sign in to comment.