docs: fix broken README anchor in standards-and-conformance guide - #149
Open
OmarAlJarrah wants to merge 1 commit into
Open
docs: fix broken README anchor in standards-and-conformance guide#149OmarAlJarrah wants to merge 1 commit into
OmarAlJarrah wants to merge 1 commit into
Conversation
The guide linked to https://github.com/dexpace/kuri#standards for readers who want the exact current conformance counts, but the README's actual heading is "Standards and conformance", which GitHub slugifies to #standards-and-conformance. GitHub doesn't do prefix matching on fragment identifiers, so the old link landed at the top of the README instead of the intended section. Closes #102
OmarAlJarrah
added a commit
that referenced
this pull request
Jul 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
https://github.com/dexpace/kuri#standardsfor readers who want the exact current conformance counts.#standards-and-conformance(confirmed against the README's own table of contents, which links to that exact anchor). GitHub doesn't do prefix matching on fragment identifiers, so the old link landed at the top of the README instead of the intended section.#standards-and-conformance.This targets the
docs/astro-sitebranch (PR #81) rather thanmainbecause the guide file and the restructured README section this links to only exist on that branch so far.Test plan
.mdxlink text) — no Gradle build required per repo policy.docs/astro-sitelinks to#standards-and-conformancefor the "## Standards and conformance" heading.dexpace/kuri#standardsanchor; none remain.Closes #102