summary refs log tree commit diff
path: root/nixos/doc/manual/configuration/ipv6-config.section.md
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/doc/manual/configuration/ipv6-config.section.md')
-rw-r--r--nixos/doc/manual/configuration/ipv6-config.section.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/doc/manual/configuration/ipv6-config.section.md b/nixos/doc/manual/configuration/ipv6-config.section.md
index 6d51a21aa64..ce66f53ed47 100644
--- a/nixos/doc/manual/configuration/ipv6-config.section.md
+++ b/nixos/doc/manual/configuration/ipv6-config.section.md
@@ -3,9 +3,9 @@
 IPv6 is enabled by default. Stateless address autoconfiguration is used
 to automatically assign IPv6 addresses to all interfaces, and Privacy
 Extensions (RFC 4946) are enabled by default. You can adjust the default
-for this by setting [`networking.tempAddresses`](options.html#opt-networking.tempAddresses). This option
+for this by setting [](#opt-networking.tempAddresses). This option
 may be overridden on a per-interface basis by
-[`networking.interfaces.<name>.tempAddress`](options.html#opt-networking.interfaces._name_.tempAddress). You can disable
+[](#opt-networking.interfaces._name_.tempAddress). You can disable
 IPv6 support globally by setting:
 
 ```nix