mirror of
https://github.com/NixOS/nix
synced 2025-07-07 06:01:48 +02:00
redirect old platform uninstall instruction links (#8553)
Uninstall instructions were moved to their own page in #8267. The
overall section link was redirected in #8286, but platform-specific
links (which I give out frequently when I triage installer trouble)
weren't included.
(cherry picked from commit 33d3889831
)
Co-authored-by: Travis A. Everett <travis.a.everett@gmail.com>
This commit is contained in:
parent
6906d1185e
commit
afd1c095c8
1 changed files with 2 additions and 0 deletions
|
@ -340,6 +340,8 @@ const redirects = {
|
|||
"attribute-sets": "#attribute-set"
|
||||
},
|
||||
"installation/installing-binary.html": {
|
||||
"linux": "uninstall.html#linux",
|
||||
"macos": "uninstall.html#macos",
|
||||
"uninstalling": "uninstall.html"
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue