Skip to content

Commit

Permalink
Redirect old K8s uninstall URLs to new location
Browse files Browse the repository at this point in the history
  • Loading branch information
blake committed Jan 20, 2022
1 parent fcd5f66 commit 64016f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/redirects.next.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ module.exports = [
},
{
source: '/docs/k8s/operations/uninstalling',
destination: '/docs/k8s/uninstall',
destination: '/docs/k8s/operations/uninstall',
permanent: true,
},
{
Expand Down Expand Up @@ -1176,7 +1176,7 @@ module.exports = [
},
{
source: '/docs/platform/k8s/uninstalling',
destination: '/docs/k8s/operations/upgrading',
destination: '/docs/k8s/operations/uninstall',
permanent: true,
},
{
Expand Down

0 comments on commit 64016f6

Please sign in to comment.