Skip to content

Commit

Permalink
Merge pull request #8548 from abathur/fix_uninstall_redirects
Browse files Browse the repository at this point in the history
redirect old platform uninstall instruction links
  • Loading branch information
edolstra committed Jun 20, 2023
2 parents 6ae3553 + 33d3889 commit 6a74e88
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 6a74e88

Please sign in to comment.