Skip to content

Commit 9fc0cf0

Browse files
authored
Merge pull request #7436 from killianmuldoon/fix/links
📖 Fix broken book links
2 parents e575705 + f72b856 commit 9fc0cf0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/book/src/security/pod-security-standards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ It is using ClusterClass variables and patches to inject the configuration.
77

88
## Adding a basic Pod Security Standards configuration to a ClusterClass
99

10-
By adding the following variables and patches Pod Security Standards can be added to every ClusterClass which references a [Kubeadm based control plane](../tasks/kubeadm-control-plane.md).
10+
By adding the following variables and patches Pod Security Standards can be added to every ClusterClass which references a [Kubeadm based control plane](../tasks/control-plane/kubeadm-control-plane.md).
1111

1212
### Adding the variables to a ClusterClass
1313

docs/book/src/tasks/control-plane/kubeadm-control-plane.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ Cluster API Machines:
3838
for additional details.
3939

4040
<!-- links -->
41-
[upgrades]: upgrading-clusters.md#how-to-upgrade-the-kubernetes-control-plane-version
41+
[upgrades]: ../upgrading-clusters.md#how-to-upgrade-the-kubernetes-control-plane-version

docs/book/src/tasks/updating-machine-templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ field and the controller would orchestrate the upgrade by managing `MachineSets`
3333
In all cases, the `name` field should be updated to point to the newly-modified
3434
infrastructure machine template. This will trigger a rolling update. (This same process
3535
is described in the documentation for [upgrading the underlying machine image for
36-
KubeadmControlPlane](./kubeadm-control-plane.md) in the "How to upgrade the underlying
36+
KubeadmControlPlane](./control-plane/kubeadm-control-plane.md) in the "How to upgrade the underlying
3737
machine image" section.)
3838

3939
Some infrastructure providers _may_, at their discretion, choose to support in-place

0 commit comments

Comments
 (0)