redirect old platform uninstall instruction links

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.
This commit is contained in:
Travis A. Everett 2023-06-19 15:17:50 -05:00
parent 3910430b9d
commit 33d3889831

View file

@ -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"
}
};