Skip to content

Commit 56eeda3

Browse files
committed
Redirects
1 parent b955d67 commit 56eeda3

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

website/redirects.js

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,16 @@
44
// modify or delete existing redirects without first verifying internally.
55
// Next.js redirect documentation: https://nextjs.org/docs/api-reference/next.config.js/redirects
66

7-
module.exports = []
7+
module.exports = [
8+
{
9+
source: '/docs/connect/cluster-peering/create-manage-peering',
10+
destination:
11+
'/docs/connect/cluster-peering/usage/establish-cluster-peering',
12+
permanent: true,
13+
},
14+
{
15+
source: '/docs/connect/cluster-peering/k8s',
16+
destination: '/docs/k8s/connect/cluster-peering/k8s-tech-specs',
17+
permanent: true,
18+
},
19+
]

0 commit comments

Comments
 (0)