docs: fix the xdg-open path in building the docs part

This commit is contained in:
changsun20 2026-01-09 21:46:19 +08:00
commit eb11f9b9e5
No known key found for this signature in database

View file

@ -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