Skip to content

Commit cc82b68

Browse files
Correct a broken link
1 parent bdad70d commit cc82b68

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/install-kubernetes-diy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ can lead to a deployment deadlock with certain readiness probes:
8080
* The deployment therefore is deadlocked
8181

8282
`podManagementPolicy: "Parallel"` avoids this problem, and the Kubernetes peer discovery plugin
83-
then deals with the [natural race condition present during parallel cluster formation](#initial-formation-race-condition).
83+
then deals with the [natural race condition present during parallel cluster formation](./cluster-formation#initial-formation-race-condition).
8484

8585
#### ReadinessProbe
8686

versioned_docs/version-3.13/cluster-formation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ can lead to a deployment deadlock with certain readiness probes:
538538
* The deployment therefore is deadlocked
539539

540540
`podManagementPolicy: "Parallel"` avoids this problem, and the Kubernetes peer discovery plugin
541-
then deals with the [natural race condition present during parallel cluster formation](#initial-formation-race-condition).
541+
then deals with the [natural race condition present during parallel cluster formation](./cluster-formation#initial-formation-race-condition).
542542

543543

544544
#### Use Most Basic Health Checks for RabbitMQ Pod Readiness Probes

versioned_docs/version-4.0/cluster-formation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ can lead to a deployment deadlock with certain readiness probes:
547547
* The deployment therefore is deadlocked
548548

549549
`podManagementPolicy: "Parallel"` avoids this problem, and the Kubernetes peer discovery plugin
550-
then deals with the [natural race condition present during parallel cluster formation](#initial-formation-race-condition).
550+
then deals with the [natural race condition present during parallel cluster formation](./cluster-formation#initial-formation-race-condition).
551551

552552

553553
#### Use Most Basic Health Checks for RabbitMQ Pod Readiness Probes

versioned_docs/version-4.1/install-kubernetes-diy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ can lead to a deployment deadlock with certain readiness probes:
8080
* The deployment therefore is deadlocked
8181

8282
`podManagementPolicy: "Parallel"` avoids this problem, and the Kubernetes peer discovery plugin
83-
then deals with the [natural race condition present during parallel cluster formation](#initial-formation-race-condition).
83+
then deals with the [natural race condition present during parallel cluster formation](./cluster-formation#initial-formation-race-condition).
8484

8585
#### ReadinessProbe
8686

0 commit comments

Comments
 (0)