mirror of
https://github.com/vectorize-io/hindsight.git
synced 2026-09-14 19:31:49 +08:00
830f92118e
The multi-LLM chain link on the models page pointed at /docs/developer/configuration#..., but the docs are served from the site root, so that path does not exist. It went unnoticed since #3983 because the current docs are not part of a normal docs build — only the released 0.9 snapshot is — and surfaced when cutting 0.10.0: release.sh snapshots the current docs as the new default version, and the docs build it runs failed on the broken link, aborting the release before anything was tagged or pushed. Every other link on the page uses the relative ./configuration form, which Docusaurus resolves within each version, so this one now does too.