From eb11f9b9e512070988dd09998fb63f387c94a64c Mon Sep 17 00:00:00 2001 From: changsun20 <110759360+changsun20@users.noreply.github.com> Date: Fri, 9 Jan 2026 21:46:19 +0800 Subject: [PATCH] docs: fix the xdg-open path in building the docs part --- docs/manual/hacking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/hacking.md b/docs/manual/hacking.md index 0b48f3dd..40f0854e 100644 --- a/docs/manual/hacking.md +++ b/docs/manual/hacking.md @@ -388,7 +388,7 @@ generated and opened by typing the following in a shell within a clone of the $ nix build .#docs-html # Open it with a valid browser -$ xdg-open $PWD/result/share/doc/nvf/index.html +$ xdg-open $PWD/result/share/doc/index.html ``` Additionally, if you are adding new links to the documentation it is **generally