Skip to content

Commit

Permalink
fixed typos in redirect for api gateways
Browse files Browse the repository at this point in the history
  • Loading branch information
trujillo-adam committed Nov 6, 2023
1 parent e5948e8 commit 7f84855
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,13 @@ module.exports = [
permanent: true,
},
{
source: '/consul/docs/agi-gateway',
source: '/consul/docs/api-gateway',
destination: '/consul/docs/connect/gateways/agi-gateway',
permanent: true,
},
{
source: '/consul/docs/api-gateway/install',
destination: '/consul/docs/connect/gateways/api-gateway/deploy/install-k8s',
destination: '/consul/docs/connect/gateways/api-gateway/install-k8s',
permanent: true,
},
{
Expand Down

0 comments on commit 7f84855

Please sign in to comment.