eth-sri / lmql

A language for constraint-guided and efficient LLM programming.
https://lmql.ai
Apache License 2.0
3.64k stars 197 forks source link

Fix broken links in docs #303

Closed jrinder42 closed 9 months ago

jrinder42 commented 9 months ago

Fixes broken links / anchors in the documents

This is described further in issue #302

Here is a list of all of the broken links I have caught thus far. This is by no means an exhaustive list.

lmql/docs/docs/language/reference.md

Broken anchors in the reference.md file

lmql/docs/features/3-models.md

Broken link in the 3-models.md file

lmql/docs/docs/models/hf.md

Broken anchor / link in the hf.md file

lmql/docs/docs/lib/generations.md

Broken anchors in the generations.md file

jrinder42 commented 9 months ago

It seems that GitHub markdown is not compatible with how the docs are built, hence there is a difference in what links work and what links do not work.