From 01c614c8b95544ad4e5e1cfb821b4b82bae59cac Mon Sep 17 00:00:00 2001 From: Bernd Hufmann Date: Mon, 12 Feb 2024 08:56:25 -0500 Subject: [PATCH] doc: Fix links in CONTRIBUTING.md - Fix link to coding style - Point to CODE_OF_CONDUCT.md file in repository Signed-off-by: Bernd Hufmann --- CONTRIBUTING.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cf416a0c9..953117b74 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,7 @@ This repository is subject to the [Terms of Use of the Eclipse Foundation][terms ## Code of Conduct -This project is governed by the [Eclipse Community Code of Conduct][code-of-conduct]. +This project is governed by the [Eclipse Community Code of Conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. ## Eclipse Development Process @@ -160,8 +160,7 @@ For more information about the API policies, read the [API_POLICY](API_POLICY.md Contact the project developers via the [project's "dev" mailing list][mailing-list] or open an [issue tracker][issues]. [bugzilla]: https://bugs.eclipse.org/bugs/buglist.cgi?product=Tracecompass -[code-of-conduct]: https://github.com/eclipse/.github/blob/master/CODE_OF_CONDUCT.md -[code-style]: https://wiki.eclipse.org/Trace_Compass/Contributor_Guidelines +[code-style]: https://wiki.eclipse.org/Trace_Compass/Code_Style [commit-message-message]: https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html [commiter-handbook]: https://www.eclipse.org/projects/handbook/#resources-commit [creating-changes]: https://www.dataschool.io/how-to-contribute-on-github/