Skip to content

docs: standards-and-conformance.mdx links to a nonexistent README anchor (#standards vs #standards-and-conformance) #102

Description

@OmarAlJarrah

Problem

site/src/content/docs/guides/standards-and-conformance.mdx:77 links to https://github.com/dexpace/kuri#standards for readers who want the exact current conformance counts. README.md has no heading that produces that anchor — its "Standards and conformance" section (README.md:123) slugifies to #standards-and-conformance (confirmed by the README's own table of contents, which links to that exact anchor).

GitHub doesn't do prefix-matching on fragment identifiers, so #standards resolves to nothing and the browser lands at the top of the README instead of the intended section.

Because this is a link to an external site (github.com) rather than another page within the docs site, the site's own internal link-checker gate doesn't validate it, so nothing currently catches this class of breakage.

Suggested fix

Fix the anchor to #standards-and-conformance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions