Skip to content

Commit

Permalink
Backport of adding redirects for tproxy and envoy extensions into rel…
Browse files Browse the repository at this point in the history
…ease/1.16.x (#17690)

* backport of commit e7c164f

* backport of commit a5b16f6

---------

Co-authored-by: trujillo-adam <ajosetru@gmail.com>
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
  • Loading branch information
3 people authored Jun 13, 2023
1 parent 5b2b6c7 commit 4612b4d
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 4612b4d

Please sign in to comment.