docs/mdbook: fix user-guide/helpers.html redirect

This commit is contained in:
Matt Sturgeon 2025-05-21 14:10:56 +01:00
parent 47dba84e0d
commit 4936f85de3
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299

View file

@ -13,7 +13,7 @@ additional-css = ["theme/pagetoc.css"]
# Redirect targets must be relative to their origin;
# absolute paths can break with different baseHrefs.
[output.html.redirect]
"/user-guide/helpers.html" = "../lib/index.html" # Since #3049
"/user-guide/helpers.html" = "../lib/nixvim/index.html" # Since #3049
[output.html.fold]
enable = true