From 4936f85de347171f41fec9ca0e457da04fedbab7 Mon Sep 17 00:00:00 2001 From: Matt Sturgeon Date: Wed, 21 May 2025 14:10:56 +0100 Subject: [PATCH] docs/mdbook: fix `user-guide/helpers.html` redirect --- docs/mdbook/book.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mdbook/book.toml b/docs/mdbook/book.toml index a74ba126..9776c0c8 100644 --- a/docs/mdbook/book.toml +++ b/docs/mdbook/book.toml @@ -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