From f3b568717f1bbdfc1684b97d647d5634f817aaf3 Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer Date: Wed, 21 May 2025 10:59:05 +0200 Subject: [PATCH] chore(markdown): use descriptive text --- CODE_OF_CONDUCT.md | 4 ++-- CONTRIBUTING.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 03d36564d..eb2305540 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -115,13 +115,13 @@ the community. ## Attribution This Code of Conduct is adapted from the [Contributor Covenant][homepage], -version 2.0, available [here][version-2]. +version 2.0, available [in the documentation][version-2]. Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder][moz-div]. For answers to common questions about this code of conduct, see the [FAQ][faq]. -Translations are available [here][translations]. +Translations are available [in the documentation][translations]. [homepage]: https://www.contributor-covenant.org [moz-div]: https://github.com/mozilla/diversity diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 97c70dfbb..5536c05f3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ can be a good starting point. 1. Ensure any dependencies or build artifacts are removed/ignored before creating a commit. 2. Commits follow the [conventional commits][cc] guidelines. -(You can [look up the supported *types*][cc-types] along with an explanation [here][cc-types]) +(You can [look up the supported *types*][cc-types] along with an explanation [in the documentation][cc-types]) 3. Update the documentation with details of changes to the functionality, this includes new segments or core functionality. 4. Pull Requests are merged once all checks pass and a project maintainer has approved it.