Skip to content

Commit

Permalink
fix to /troubleshooting 404 found within the Otterize Cloud (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
bglynn committed Mar 18, 2024
1 parent 046073e commit 1c33c02
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,10 @@ if (process.env.ADD_REDIRECTS === 'production') {
from: ['/quickstart/access-control/aws-iam-eks'],
to: '/features/aws-iam/tutorials/aws-iam-eks',
},
{
from: ['/troubleshooting'],
to: '/reference/troubleshooting',
},
{
from: ['/quickstart/access-control/k8s-network-policies'],
to: '/features/network-mapping-network-policies/tutorials/k8s-network-policies',
Expand Down

0 comments on commit 1c33c02

Please sign in to comment.