From b268cd767894635d1af14d6fa10aadb07185dbe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=AE=8F?= Date: Mon, 27 Nov 2017 14:59:38 +0800 Subject: [PATCH] Fix invalid link. --- docs/concepts/workloads/pods/init-containers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/workloads/pods/init-containers.md b/docs/concepts/workloads/pods/init-containers.md index b1b7120d46f..355620ad127 100644 --- a/docs/concepts/workloads/pods/init-containers.md +++ b/docs/concepts/workloads/pods/init-containers.md @@ -89,7 +89,7 @@ Here are some ideas for how to use Init Containers: configuration file using Jinja. More detailed usage examples can be found in the [StatefulSets documentation](/docs/concepts/workloads/controllers/statefulset/) -and the [Production Pods guide](/docs/tasks/#handling-initialization). +and the [Production Pods guide](/docs/tasks/configure-pod-container/configure-pod-initialization/). ### Init Containers in use