Skip to content

Commit f0bc1f3

Browse files
authored
fix link issue
1 parent 09fb711 commit f0bc1f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/workloads/pods/pod-lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ An example flow:
369369
as terminating (a graceful shutdown duration has been set), the kubelet begins the local Pod
370370
shutdown process.
371371
1. If one of the Pod's containers has defined a `preStop`
372-
[hook](/docs/concepts/containers/container-lifecycle-hooks/#hook-details), the kubelet
372+
[hook](/docs/concepts/containers/container-lifecycle-hooks), the kubelet
373373
runs that hook inside of the container. If the `preStop` hook is still running after the
374374
grace period expires, the kubelet requests a small, one-off grace period extension of 2
375375
seconds.

0 commit comments

Comments
 (0)