fix(docs): rewrite .md links to built directory URLs #2
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/docs-md-links"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Eleventy never rewrote relative
foo.mdhrefs, so every markdowncross-link in the docs 404'd — including the three on the Tools page
(dsl-inspector, inkscape_extension, midi-to-svg).
Add an output transform that maps
foo.md/../tools/foo.md#anchorto
foo//../tools/foo/#anchor, leaving absolute-scheme URLs alone.Fixes 18 pages, not just Tools.
Co-Authored-By: Claude Opus 5 noreply@anthropic.com