From d522d952ce443853294fea12ff7539647e2b7d2f Mon Sep 17 00:00:00 2001 From: a00git Date: Thu, 10 Jul 2025 17:59:14 +0300 Subject: [PATCH] doc: fix appendix link in ch-configuring section previous relative link pointed to `nvf/options.html` on the repo instead of GH pages, causing 404 --- docs/manual/configuring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/configuring.md b/docs/manual/configuring.md index 28c7e66a..95195f78 100644 --- a/docs/manual/configuring.md +++ b/docs/manual/configuring.md @@ -8,7 +8,7 @@ your convenience. You might also be interested in the [helpful tips section] for more advanced or unusual configuration options supported by nvf. Note that this section does not cover module _options_. For an overview of all -module options provided by nvf, please visit the [appendix](/options.html) +module options provided by nvf, please visit the [appendix](/nvf/options.html) ```{=include=} chapters configuring/custom-package.md