From 7a31f11608f81a3f100360ce66dac9e1c9bcf096 Mon Sep 17 00:00:00 2001 From: Ismail Alidzhikov Date: Wed, 23 Oct 2019 18:32:15 +0300 Subject: [PATCH] Update link (#16966) Signed-off-by: ialidzhikov --- .../configure-pod-container/attach-handler-lifecycle-event.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/configure-pod-container/attach-handler-lifecycle-event.md b/content/en/docs/tasks/configure-pod-container/attach-handler-lifecycle-event.md index 67aedfafca..57b5fad6c6 100644 --- a/content/en/docs/tasks/configure-pod-container/attach-handler-lifecycle-event.md +++ b/content/en/docs/tasks/configure-pod-container/attach-handler-lifecycle-event.md @@ -74,7 +74,7 @@ set to RUNNING until the postStart handler completes. Kubernetes sends the preStop event immediately before the Container is terminated. Kubernetes' management of the Container blocks until the preStop handler completes, unless the Pod's grace period expires. For more details, see -[Termination of Pods](/docs/user-guide/pods/#termination-of-pods). +[Termination of Pods](/docs/concepts/workloads/pods/pod/#termination-of-pods). {{< note >}} Kubernetes only sends the preStop event when a Pod is *terminated*.