summary refs log tree commit diff
path: root/nixos/doc/manual/configuration/profiles/hardened.section.md
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-07-04 08:42:44 +0800
committerBobby Rong <rjl931189261@126.com>2021-07-04 08:42:44 +0800
commit227811ac97db3e1b158a91815d0c521e4f56ae20 (patch)
treef1047e783835a0f48419f413e05de478b54f1af8 /nixos/doc/manual/configuration/profiles/hardened.section.md
parent9c1623cbe45600298c152250e2a41342131aa7bd (diff)
downloadnixpkgs-227811ac97db3e1b158a91815d0c521e4f56ae20.tar
nixpkgs-227811ac97db3e1b158a91815d0c521e4f56ae20.tar.gz
nixpkgs-227811ac97db3e1b158a91815d0c521e4f56ae20.tar.bz2
nixpkgs-227811ac97db3e1b158a91815d0c521e4f56ae20.tar.lz
nixpkgs-227811ac97db3e1b158a91815d0c521e4f56ae20.tar.xz
nixpkgs-227811ac97db3e1b158a91815d0c521e4f56ae20.tar.zst
nixpkgs-227811ac97db3e1b158a91815d0c521e4f56ae20.zip
nixos: use only URI fragment in manual options links
Diffstat (limited to 'nixos/doc/manual/configuration/profiles/hardened.section.md')
-rw-r--r--nixos/doc/manual/configuration/profiles/hardened.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/doc/manual/configuration/profiles/hardened.section.md b/nixos/doc/manual/configuration/profiles/hardened.section.md
index 958da94d261..9fb5e18c384 100644
--- a/nixos/doc/manual/configuration/profiles/hardened.section.md
+++ b/nixos/doc/manual/configuration/profiles/hardened.section.md
@@ -8,7 +8,7 @@ available to processes through the `/sys` and
 `/proc` filesystems. It also disables the User Namespaces
 feature of the kernel, which stops Nix from being able to build anything
 (this particular setting can be overriden via
-[`security.allowUserNamespaces`](options.html#opt-security.allowUserNamespaces)). See the
+[](#opt-security.allowUserNamespaces)). See the
 [profile source](https://github.com/nixos/nixpkgs/tree/master/nixos/modules/profiles/hardened.nix)
 for further detail on which settings are altered.