From b4e57df8a0ee6d7ce7895c29042d501489e490ef Mon Sep 17 00:00:00 2001 From: Jiangzhao Lv Date: Wed, 3 May 2017 10:22:28 -0500 Subject: [PATCH] fix redirect link (#3568) * fix redirect link * use relative path instead of full URL --- docs/concepts/containers/container-lifecycle-hooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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