From a9c6ee23ff15aaac98d2e99b32d8057b420a67bc Mon Sep 17 00:00:00 2001 From: OmarAlJarrah Date: Sun, 19 Jul 2026 14:10:10 +0300 Subject: [PATCH] docs: fix broken README anchor in standards-and-conformance guide 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 --- site/src/content/docs/guides/standards-and-conformance.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/content/docs/guides/standards-and-conformance.mdx b/site/src/content/docs/guides/standards-and-conformance.mdx index f50da1b..9ce873a 100644 --- a/site/src/content/docs/guides/standards-and-conformance.mdx +++ b/site/src/content/docs/guides/standards-and-conformance.mdx @@ -74,5 +74,5 @@ build fails if a passing case later regresses. :::note These results are a snapshot taken when this page was written. For the exact current -counts, see the badges and tables in the [project README](https://github.com/dexpace/kuri#standards). +counts, see the badges and tables in the [project README](https://github.com/dexpace/kuri#standards-and-conformance). :::