Skip to content

Commit 3ff53ef

Browse files
authored
Merge pull request #26467 from oke-py/invalid-hash
fix an invalid location.hash
2 parents 23d70ea + e13caad commit 3ff53ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/run-application/run-replicated-stateful-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Because the example topology consists of a single primary MySQL server and any n
174174
replicas, the script assigns ordinal `0` to be the primary server, and everyone
175175
else to be replicas.
176176
Combined with the StatefulSet controller's
177-
[deployment order guarantee](/docs/concepts/workloads/controllers/statefulset/#deployment-and-scaling-guarantees/),
177+
[deployment order guarantee](/docs/concepts/workloads/controllers/statefulset/#deployment-and-scaling-guarantees),
178178
this ensures the primary MySQL server is Ready before creating replicas, so they can begin
179179
replicating.
180180

0 commit comments

Comments
 (0)