Skip to content

Commit 6b1f053

Browse files
Surya MariappanSurya Mariappan
authored andcommitted
fix: docs redirect for ClusterResourceSet
Fixes: #12132 The url for ClusterResourceSet points to an invalid page, as the feature is moved from experimental stage and made generally available
1 parent d50f243 commit 6b1f053

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

netlify.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313
status = 301
1414
force = true
1515

16+
[[redirects]]
17+
from = "https://cluster-api.sigs.k8s.io/tasks/experimental-features/cluster-resource-set"
18+
to = "https://cluster-api.sigs.k8s.io/developer/core/controllers/cluster-resource-set"
19+
status = 301
20+
force = true
21+
1622
# HTTP-to-HTTPS rules
1723
[[redirects]]
1824
from = "http://main.cluster-api.sigs.k8s.io/*"

0 commit comments

Comments
 (0)