summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorsudoforge <no-reply@sudoforge.com>2025-05-18 22:44:21 -0700
committerGitHub <noreply@github.com>2025-05-18 22:44:21 -0700
commit26086bb6c54b980f0893d7b582ee6f26ec9b85ef (patch)
tree3552f4c337504ec1fb5cfdca0c3c5bee2c5b0741
parentf2070b53255724f58ce2b70f235fe5cf1b99f2fe (diff)
downloadgit-bug-26086bb6c54b980f0893d7b582ee6f26ec9b85ef.tar.gz
git-bug-26086bb6c54b980f0893d7b582ee6f26ec9b85ef.zip
docs(dev-infra): fix missing link to //:CHANGELOG.md (#1458)
Change-Id: I0a21fbc9eb6d11afb647c8e51e40d3a5f5155792
-rw-r--r--CONTRIBUTING.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 6882b428e..5dd21f194 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -269,7 +269,7 @@ available for use with github.
### Commit messages are the source of truth<a name="commit-messages-are-the-source-of-truth"></a>
Commit subjects and messages are the source of truth for a variety of things,
-including the public-facing changelog (\[`//:CHANGELOG.md`\]\[changelog\]) and
+including the public-facing changelog ([`//:CHANGELOG.md`][changelog]) and
release descriptions. Writing thorough commit messages is beneficial to anyone
reviewing a commit, including future you!
@@ -342,6 +342,7 @@ ______________________________________________________________________
- [Learn about the data model][doc/design/model]
- [See how to create a new entity][example-entity]
+[changelog]: ./CHANGELOG.md
[doc/contrib/commit]: ./doc/contrib/commit-message-guidelines.md
[doc/design/arch]: ./doc/design/architecture.md
[doc/design/model]: ./doc/design/data-model.md