From efed20dbe4be8b139c309be55f7f27196af6fa60 Mon Sep 17 00:00:00 2001 From: steveperry-53 Date: Fri, 6 Jan 2017 19:49:03 -0800 Subject: [PATCH] Fix broken link. --- docs/tasks/troubleshoot/debug-init-containers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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