Skip to content

Commit 3e21911

Browse files
authored
docs: Fix antora link (#637)
1 parent 2117297 commit 3e21911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/kafka/pages/usage-guide/operations/graceful-shutdown.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ When a server is stopped gracefully it has two optimizations it will take advant
3636
Note that controlled shutdown will only succeed if all the partitions hosted on the broker have replicas (i.e. the replication factor is greater than 1 and at least one of these replicas is alive).
3737
This is generally what you want since shutting down the last replica would make that topic partition unavailable.
3838

39-
This operator takes care of that by only allowing a certain number of brokers to be offline as described in xref:pod-disruptions.adoc[].
39+
This operator takes care of that by only allowing a certain number of brokers to be offline as described in xref:usage-guide/operations/pod-disruptions.adoc[].
4040
It also always set `controlled.shutdown.enable=true` explicitly.

0 commit comments

Comments
 (0)