about summary refs log tree commit diff
path: root/nixos/doc/manual/installation
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-07-04 09:18:03 +0800
committerBobby Rong <rjl931189261@126.com>2021-07-04 09:18:03 +0800
commita3480a0e6959f69bdbafe31c4cce2c731a929934 (patch)
treee8c5e107273c07d057842a9c8aca2750c6dd9c0b /nixos/doc/manual/installation
parentf6911a020e7e7be42d9d4f71baf5eb856efd0757 (diff)
nixos: use only URI fragment in manual options links
Diffstat (limited to 'nixos/doc/manual/installation')
-rw-r--r--nixos/doc/manual/installation/changing-config.chapter.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/doc/manual/installation/changing-config.chapter.md b/nixos/doc/manual/installation/changing-config.chapter.md
index 4ed6859ce2463..8a404f085d7cf 100644
--- a/nixos/doc/manual/installation/changing-config.chapter.md
+++ b/nixos/doc/manual/installation/changing-config.chapter.md
@@ -13,7 +13,7 @@ booting, and try to realise the configuration in the running system
 (e.g., by restarting system services).
 
 ::: {.warning}
-This command doesn\'t start/stop [user services](options.html#opt-systemd.user.services)
+This command doesn\'t start/stop [user services](#opt-systemd.user.services)
 automatically. `nixos-rebuild` only runs a `daemon-reload` for each user with running
 user services.
 :::