diff --git a/docs/tasks/troubleshoot/debug-init-containers.md b/docs/tasks/troubleshoot/debug-init-containers.md index 8de65d8868..1739c03f5a 100644 --- a/docs/tasks/troubleshoot/debug-init-containers.md +++ b/docs/tasks/troubleshoot/debug-init-containers.md @@ -20,7 +20,7 @@ Init Containers. {% capture prerequisites %} * You should be familiar with the basics of - [Init Containers](/docs/user-guide/pods/init-containers/). + [Init Containers](/docs/user-guide/pods/init-container/). * You should have a [Pod](/docs/user-guide/pods/) you want to debug that uses Init Containers. The example command lines below refer to the Pod as `` and the Init Containers as `` and