summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorNiklas Hambüchen <mail@nh2.me>2021-07-05 22:57:52 +0200
committerNiklas Hambüchen <mail@nh2.me>2021-07-05 22:57:52 +0200
commit7cfaba911d8f82997c3120c8648314c23a77ed4c (patch)
treeced3c1f3a677d46a25a0bfa22ad317fd764cdb1e /doc
parentac36a0f9eb9954281bb7904e61549a0661644ab7 (diff)
downloadnixpkgs-7cfaba911d8f82997c3120c8648314c23a77ed4c.tar
nixpkgs-7cfaba911d8f82997c3120c8648314c23a77ed4c.tar.gz
nixpkgs-7cfaba911d8f82997c3120c8648314c23a77ed4c.tar.bz2
nixpkgs-7cfaba911d8f82997c3120c8648314c23a77ed4c.tar.lz
nixpkgs-7cfaba911d8f82997c3120c8648314c23a77ed4c.tar.xz
nixpkgs-7cfaba911d8f82997c3120c8648314c23a77ed4c.tar.zst
nixpkgs-7cfaba911d8f82997c3120c8648314c23a77ed4c.zip
manual: Hardening: Remove now-nonexistent ArchWiki link.
The page has been replaced by the much more general page
https://wiki.archlinux.org/title/Security#Packages
which is barely talking about hardening flags any more.
Diffstat (limited to 'doc')
-rw-r--r--doc/stdenv/stdenv.chapter.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/stdenv/stdenv.chapter.md b/doc/stdenv/stdenv.chapter.md
index 8306c060eec..e3e7b4c850b 100644
--- a/doc/stdenv/stdenv.chapter.md
+++ b/doc/stdenv/stdenv.chapter.md
@@ -1125,7 +1125,7 @@ There are flags available to harden packages at compile or link-time. These can
 
 Both parameters take a list of flags as strings. The special `"all"` flag can be passed to `hardeningDisable` to turn off all hardening. These flags can also be used as environment variables for testing or development purposes.
 
-For more in-depth information on these hardening flags and hardening in general, refer to the [Debian Wiki](https://wiki.debian.org/Hardening), [Ubuntu Wiki](https://wiki.ubuntu.com/Security/Features), [Gentoo Wiki](https://wiki.gentoo.org/wiki/Project:Hardened), and the [Arch Wiki](https://wiki.archlinux.org/index.php/DeveloperWiki:Security).
+For more in-depth information on these hardening flags and hardening in general, refer to the [Debian Wiki](https://wiki.debian.org/Hardening), [Ubuntu Wiki](https://wiki.ubuntu.com/Security/Features), [Gentoo Wiki](https://wiki.gentoo.org/wiki/Project:Hardened), and the [Arch Wiki](https://wiki.archlinux.org/title/Security).
 
 ### Hardening flags enabled by default {#sec-hardening-flags-enabled-by-default}