Skip to content

Commit

Permalink
adding redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
trujillo-adam committed Jun 13, 2023
1 parent 3a8fc61 commit e7c164f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions website/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,20 @@ module.exports = [
destination: `/consul/docs/connect/intentions`,
permanent: true,
},
{
source: '/consul/docs/v1.16.x/connect/transparent-proxy',
destination: '/consul/docs/v1.16.x/k8s/connect/transparent-proxy',
permanent: true,
},
{
source: '/consul/docs/agent/limits/init-rate-limits',
destination: '/consul/docs/agent/limits/usage/init-rate-limits',
permanent: true,
},
{
source: '/consul/docs/agent/limits/set-global-traffic-rate-limits',
destination:
'/consul/docs/agent/limits/usage/set-global-traffic-rate-limits',
permanent: true,
},
]

0 comments on commit e7c164f

Please sign in to comment.