docs: fix Contributors TOC anchor in v0.21.0 release notes
What changed, and why it matters
This commit fixes a broken table-of-contents link in the release notes for version 0.21.0. The link pointed to '#contributors', but the actual heading anchor on GitHub is '#contributors-alphabetical-order'. The change simply updates the link so it works when the document is viewed on GitHub. There is no security relevance.
No security action needed. This is a documentation-only hyperlink fix.
Security signals we found
No strong security signals were identified.
Evidence from the diff
A single-character-equivalent anchor correction in docs/release-notes/release-notes-0.21.0.md. The markdown TOC entry for the Contributors section is changed from (#contributors) to (#contributors-alphabetical-order) to match the anchor GitHub generates from the heading ‘Contributors (Alphabetical Order)’. No code, configuration, cryptographic, or network behavior is modified.
Changed components
docs/release-notes/release-notes-0.21.0.mdInspect captured patch +1 / −1
diff --git a/docs/release-notes/release-notes-0.21.0.md b/docs/release-notes/release-notes-0.21.0.md
index b8a3778..bb16f5f 100644
--- a/docs/release-notes/release-notes-0.21.0.md
+++ b/docs/release-notes/release-notes-0.21.0.md
@@ -17,7 +17,7 @@
- [Database](#database)
- [Code Health](#code-health)
- [Tooling and Documentation](#tooling-and-documentation)
-- [Contributors (Alphabetical Order)](#contributors)
+- [Contributors (Alphabetical Order)](#contributors-alphabetical-order)
# Bug Fixes
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.