From 6a35230f5b7f61b28398a59045136771d8e7d315 Mon Sep 17 00:00:00 2001 From: Thomas Frank Date: Wed, 20 Nov 2024 09:21:55 +0100 Subject: [PATCH] Fix broken links Signed-off-by: Thomas Frank --- CONTRIBUTING.md | 10 +++++----- NOTICE.md | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 35e1a1b22..234be252f 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). @@ -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. @@ -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`) @@ -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`. diff --git a/NOTICE.md b/NOTICE.md index 5423e340f..255cd37d2 100644 --- a/NOTICE.md +++ b/NOTICE.md @@ -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