diff --git a/index.xhtml b/index.xhtml index 1cb1f86fe..2b3d5cc9d 100644 --- a/index.xhtml +++ b/index.xhtml @@ -822,7 +822,7 @@ All text is hosted in Home Manager’s Git repository.
The HTML version of descriptions and the documentation of Home Manager can be generated and opened by typing the following in a shell within a clone of the Home Manager Git repository:
$ nix-build -A docs.html
-$ xdg-open ./result/share/doc/home-manager/index.html
+$ xdg-open ./result/share/doc/home-manager/index.xhtml
When you have made changes to a module, it is a good idea to check that the man page version of the module options looks good:
$ nix-build -A docs.manPages
$ man ./result/share/man/man5/home-configuration.nix.5.gz