From d1ceb7cacde619dd8b3b0dd210334d40aff5c65e Mon Sep 17 00:00:00 2001 From: Qiming Date: Sun, 31 Mar 2019 20:18:32 +0800 Subject: [PATCH] Fix link in pod overview (#13517) Closes: #12952 --- content/en/docs/concepts/workloads/pods/pod-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/workloads/pods/pod-overview.md b/content/en/docs/concepts/workloads/pods/pod-overview.md index 4e5d8109a7..0796e17cdc 100644 --- a/content/en/docs/concepts/workloads/pods/pod-overview.md +++ b/content/en/docs/concepts/workloads/pods/pod-overview.md @@ -104,5 +104,5 @@ Rather than specifying the current desired state of all replicas, pod templates {{% capture whatsnext %}} * Learn more about Pod behavior: * [Pod Termination](/docs/concepts/workloads/pods/pod/#termination-of-pods) - * [Pod Lifecycle](../pod-lifecycle) + * [Pod Lifecycle](/docs/concepts/workloads/pods/pod-lifecycle/) {{% /capture %}}