diff --git a/docs/concepts/containers/container-lifecycle-hooks.md b/docs/concepts/containers/container-lifecycle-hooks.md index 5b72cabba1..c53749d9d1 100644 --- a/docs/concepts/containers/container-lifecycle-hooks.md +++ b/docs/concepts/containers/container-lifecycle-hooks.md @@ -44,7 +44,7 @@ so it must complete before the call to delete the container can be sent. No parameters are passed to the handler. A more detailed description of the termination behavior can be found in -[Termination of Pods](/docs/user-guide/pods/#termination-of-pods). +[Termination of Pods](/docs/concepts/workloads/pods/pod/#termination-of-pods). ### Hook handler implementations