diff --git a/.lycheeignore b/.lycheeignore index 097724f09..37c591ff1 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -1,6 +1,7 @@ # For some reason these spurious links appear in some cargo doc-generated files ^file://.+/MUSE2/book/api/index\.html$ ^file://.+/MUSE2/book/README\.html$ +^file://.+/MUSE2/docs/index\.html$ # Some of these links give a 404, even though they're generated in the API docs. No idea why. ^https://docs.rs/erased-serde/ diff --git a/docs/templates/versions.md.jinja b/docs/templates/versions.md.jinja index 66360aa2d..6e5a84c64 100644 --- a/docs/templates/versions.md.jinja +++ b/docs/templates/versions.md.jinja @@ -2,7 +2,7 @@ The MUSE2 documentation for different releases is available below. -- [Current development version](./README.md) +- [Current development version](index.html) {%- for release in releases %} - [{{ release }}](release/{{ release }}/index.html) {%- endfor %}