docs: fix the three stale link forms in docs/maxusai - #332
Merged
Merged
Conversation
…maxusai resolves Found while checking that yesterday's ADR renumbering left nothing dangling — it did not, but seven older links were already broken: - five `vision-suite/file.py:340` links, which GitHub cannot resolve; the anchor form `#L340` is what it wants, and the colon form is a Claude Code convention that does not survive into a rendered document - `llama/compat/apply-patch.cmake`, renamed to `compat.cmake` - `mlx-prefill-dequant-gemm.md`, a document that was never written; the dequant-GEMM work is PR #287, so the link points there A checker over all 135 markdown files now reports zero broken relative links. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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.
Found while verifying that the ADR renumbering in #327 left nothing dangling. It did not, but seven pre-existing links were already broken:
vision-suite/file.py:340links. GitHub resolves#L340, not:340— the colon form is a Claude Code terminal convention that does not survive into a rendered document.llama/compat/apply-patch.cmake, renamed tocompat.cmake.mlx-prefill-dequant-gemm.md, a document that was never written. The dequant-GEMM work is mlx: opt-in dense GEMM for nvfp4 prefill (dequantise to bf16 above a row threshold) #287, so the link points there.A checker over all 135 markdown files under
docs/maxusaiplus the README now reports zero broken relative links.🤖 Generated with Claude Code