Describe the bug
Tools/embedder-tool/README.md links to Libraries/Embedders/README.md, but that file is missing from the main branch (the embedders library moved to the mlx-swift-lm package as MLXEmbedders), so the link resolves to a GitHub 404.
To Reproduce
-
Open Tools/embedder-tool/README.md on main.
-
Find the entry:
- [Embedders](../../Libraries/Embedders/README.md)
-
Click Embedders.
-
Observe that Libraries/Embedders/README.md is not found.
Expected behavior
The Embedders link should resolve to documentation for the embedders library — for example the MLXEmbedders documentation in mlx-swift-lm.
Desktop (please complete the following information):
- OS Version: N/A
- Device: N/A
- Version:
main
Additional context
Surfaced by the markdown link check proposed in #479. Fix in #486.
Describe the bug
Tools/embedder-tool/README.mdlinks toLibraries/Embedders/README.md, but that file is missing from themainbranch (the embedders library moved to the mlx-swift-lm package asMLXEmbedders), so the link resolves to a GitHub 404.To Reproduce
Open
Tools/embedder-tool/README.mdonmain.Find the entry:
Click
Embedders.Observe that
Libraries/Embedders/README.mdis not found.Expected behavior
The
Embedderslink should resolve to documentation for the embedders library — for example theMLXEmbeddersdocumentation in mlx-swift-lm.Desktop (please complete the following information):
mainAdditional context
Surfaced by the markdown link check proposed in #479. Fix in #486.