Skip to content

Commit

Permalink
Merge branch 'main' into docs/fix-fips-copy
Browse files Browse the repository at this point in the history
  • Loading branch information
im2nguyen authored Jun 13, 2023
2 parents 5b6b2e3 + 11764a4 commit e308cd7
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/1.16.x/agent/limits/init-rate-limits',
destination: '/consul/docs/1.16.x/agent/limits/usage/init-rate-limits',
permanent: true,
},
{
source: '/consul/docs/1.16.x/agent/limits/set-global-traffic-rate-limits',
destination:
'/consul/docs/1.16.x/agent/limits/usage/set-global-traffic-rate-limits',
permanent: true,
},
]

0 comments on commit e308cd7

Please sign in to comment.