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.

(cherry picked from commit 33d3889)
  • Loading branch information
abathur authored and github-actions[bot] committed Jun 20, 2023
1 parent 6906d11 commit e5179c9
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 e5179c9

Please sign in to comment.