Merge pull request #2164 from steveperry-53/init

Fix broken link.
This commit is contained in:
Steve Perry
2017-01-06 19:53:23 -08:00
committed by GitHub
@@ -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
`<pod-name>` and the Init Containers as `<init-container-1>` and