summary refs log tree commit diff
path: root/nixos/doc/manual/configuration/ipv6-config.section.md
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-07-04 09:56:26 +0800
committerBobby Rong <rjl931189261@126.com>2021-07-04 09:56:26 +0800
commit69bf2d1ed5e4d933cc395a5a25d2b5181d26ffd6 (patch)
tree371aa5a9402e2a89a94acf58b8c611b1b56ce6be /nixos/doc/manual/configuration/ipv6-config.section.md
parente602771722d1820620f0e5cbecc821d561684a71 (diff)
downloadnixpkgs-69bf2d1ed5e4d933cc395a5a25d2b5181d26ffd6.tar
nixpkgs-69bf2d1ed5e4d933cc395a5a25d2b5181d26ffd6.tar.gz
nixpkgs-69bf2d1ed5e4d933cc395a5a25d2b5181d26ffd6.tar.bz2
nixpkgs-69bf2d1ed5e4d933cc395a5a25d2b5181d26ffd6.tar.lz
nixpkgs-69bf2d1ed5e4d933cc395a5a25d2b5181d26ffd6.tar.xz
nixpkgs-69bf2d1ed5e4d933cc395a5a25d2b5181d26ffd6.tar.zst
nixpkgs-69bf2d1ed5e4d933cc395a5a25d2b5181d26ffd6.zip
nixos: use only URI fragment in manual options links
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