Skip to content

Commit

Permalink
Fix broken links
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 6a35230
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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 All @@ -15,7 +15,7 @@ including [building the documentation](doc/README.md).
### Reporting Bugs / Feature Requests

The primary communication channel for contributions is through
[issues](https://github.com/eclipse-openbsw/open-bsw/issues).
[issues](https://github.com/eclipse-openbsw/openbsw/issues).
If you have found a bug or would like a new feature,
you should first check if it has already been raised there.
Please add all information you can share and that will help to reproduce bugs.
Expand All @@ -37,7 +37,7 @@ happy to guide you and give feedback.

To contribute your work you need to...

1. Fork the [Eclipse OpenBSW](https://github.com/eclipse-openbsw/open-bsw) project
1. Fork the [Eclipse OpenBSW](https://github.com/eclipse-openbsw/openbsw) project
2. Create your Branch (`git checkout -b newBranchName`)
3. Commit your Changes (`git commit -m 'Add some feature/fix some bug'`)
4. Push to the Branch (`git push origin newBranchName`)
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`.
2 changes: 1 addition & 1 deletion NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ SPDX-License-Identifier: Apache-2.0

The project maintains the following source code repository:

* https://github.com/eclipse-openbsw/open-bsw
* https://github.com/eclipse-openbsw/openbsw

## Third-Party Licenses

Expand Down

0 comments on commit 6a35230

Please sign in to comment.