mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02: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;
|
||||
# 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue