nixos: use only URI fragment in manual options links

This commit is contained in:
Bobby Rong 2021-07-04 09:18:03 +08:00
parent f6911a020e
commit a3480a0e69
2 changed files with 5 additions and 5 deletions

View file

@ -17,10 +17,10 @@
<warning>
<para>
This command doesn't start/stop
<link xlink:href="options.html#opt-systemd.user.services">user
services</link> automatically. <literal>nixos-rebuild</literal>
only runs a <literal>daemon-reload</literal> for each user with
running user services.
<link linkend="opt-systemd.user.services">user services</link>
automatically. <literal>nixos-rebuild</literal> only runs a
<literal>daemon-reload</literal> for each user with running user
services.
</para>
</warning>
<warning>

View file

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