Skip to content

Commit

Permalink
backport of commit 39a9670
Browse files Browse the repository at this point in the history
  • Loading branch information
trujillo-adam committed Mar 3, 2023
1 parent c07b931 commit 004c7bb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion website/content/docs/connect/cluster-peering/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The following resources are available to help you use Consul's cluster peering f

**Usage documentation:**

- [Establish cluster peering connections](/consul/docs/connect/cluster-peering/usage/establish-peering)
- [Establish cluster peering connections](/consul/docs/connect/cluster-peering/usage/establish-cluster-peering)
- [Manage cluster peering connections](/consul/docs/connect/cluster-peering/usage/manage-connections)
- [Manage L7 traffic with cluster peering](/consul/docs/connect/cluster-peering/usage/peering-traffic-management)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The overall process for establishing a cluster peering connection consists of th

Cluster peering between services cannot be established until all four steps are complete.

For general guidance for establishing cluster peering connections, refer to [Establish cluster peering connections](/consul/docs/connect/cluster-peering/usage/establish-peering).
For general guidance for establishing cluster peering connections, refer to [Establish cluster peering connections](/consul/docs/connect/cluster-peering/usage/establish-cluster-peering).

## Prerequisites

Expand Down
8 changes: 4 additions & 4 deletions website/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

module.exports = [
{
source: '/docs/connect/cluster-peering/create-manage-peering',
source: '/consul/docs/connect/cluster-peering/create-manage-peering',
destination:
'/docs/connect/cluster-peering/usage/establish-cluster-peering',
'/consul/docs/connect/cluster-peering/usage/establish-cluster-peering',
permanent: true,
},
{
source: '/docs/connect/cluster-peering/k8s',
destination: '/docs/k8s/connect/cluster-peering/k8s-tech-specs',
source: '/consul/docs/connect/cluster-peering/k8s',
destination: '/consul/docs/k8s/connect/cluster-peering/k8s-tech-specs',
permanent: true,
},
]

0 comments on commit 004c7bb

Please sign in to comment.