Skip to content

Commit

Permalink
redirect old platform uninstall instruction links
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
abathur committed Jun 19, 2023
1 parent 3910430 commit 33d3889
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/manual/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
};
Expand Down

0 comments on commit 33d3889

Please sign in to comment.