mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-09 03:56:05 +01:00
docs/mdbook: fix user-guide/helpers.html redirect
This commit is contained in:
parent
47dba84e0d
commit
4936f85de3
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ additional-css = ["theme/pagetoc.css"]
|
||||||
# Redirect targets must be relative to their origin;
|
# Redirect targets must be relative to their origin;
|
||||||
# absolute paths can break with different baseHrefs.
|
# absolute paths can break with different baseHrefs.
|
||||||
[output.html.redirect]
|
[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]
|
[output.html.fold]
|
||||||
enable = true
|
enable = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue