Skip to content

Commit a367af9

Browse files
authored
Merge pull request #6234 from schrej/fix/clusterclass-proposal-name
📖 fix file name of clusterclass proposal
2 parents 035ba1a + 78dd064 commit a367af9

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

docs/book/src/developer/architecture/controllers/cluster-topology.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ The high level workflow of ClusterTopology reconciliation is shown below.
1616

1717
### Additional information
1818

19-
* See ClusterClass [proposal](https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/202105256-cluster-class-and-managed-topologies.md#basic-behaviors)
19+
* See ClusterClass [proposal](https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20210526-cluster-class-and-managed-topologies.md#basic-behaviors)

docs/book/src/tasks/experimental-features/cluster-class/change-clusterclass.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ potentially dangerous changes on those objects.
114114

115115
</aside>
116116

117-
For additional info see [compatibility rules](https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/202105256-cluster-class-and-managed-topologies.md#clusterclass-compatibility)
117+
For additional info see [compatibility rules](https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20210526-cluster-class-and-managed-topologies.md#clusterclass-compatibility)
118118
defined in the ClusterClass proposal.
119119

120120
## Planning ClusterClass changes

docs/book/src/tasks/experimental-features/cluster-class/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ClusterClass is a powerful abstraction implemented on top of existing interfaces
88
**Variable name to enable/disable the feature gate**: `CLUSTER_TOPOLOGY`
99

1010
Additional documentation:
11-
* Background information: [ClusterClass and Managed Topologies CAEP](https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/202105256-cluster-class-and-managed-topologies.md)
11+
* Background information: [ClusterClass and Managed Topologies CAEP](https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20210526-cluster-class-and-managed-topologies.md)
1212
* For ClusterClass authors:
1313
* [Writing a ClusterClass](./write-clusterclass.md)
1414
* [Changing a ClusterClass](./change-clusterclass.md)
File renamed without changes.

0 commit comments

Comments
 (0)