From 46a0fb74a8ad6251b430cd6fd3a9d097327341aa Mon Sep 17 00:00:00 2001 From: Christopher Negus Date: Wed, 19 May 2021 21:50:18 +0000 Subject: [PATCH] Fixed broken Whats Next link --- content/en/docs/concepts/workloads/pods/init-containers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/workloads/pods/init-containers.md b/content/en/docs/concepts/workloads/pods/init-containers.md index 1c67e357e5..6acd495d6e 100644 --- a/content/en/docs/concepts/workloads/pods/init-containers.md +++ b/content/en/docs/concepts/workloads/pods/init-containers.md @@ -324,7 +324,7 @@ init container completion record has been lost due to garbage collection. This applies for Kubernetes v1.20 and later. If you are using an earlier version of Kubernetes, consult the documentation for the version you are using. -## {{% heading "whatsnext" %}} +## What's next {#whats-next} * Read about [creating a Pod that has an init container](/docs/tasks/configure-pod-container/configure-pod-initialization/#create-a-pod-that-has-an-init-container)