From 91918f3a2b8b329b7ad6b3053d15483d76ed7d88 Mon Sep 17 00:00:00 2001 From: lixiaobing10051267 Date: Tue, 26 Jul 2016 17:22:32 +0800 Subject: [PATCH] HyperLink not found and can't redirected --- docs/design/indexed-job.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design/indexed-job.md b/docs/design/indexed-job.md index 47f454cf3a3..40817a50737 100644 --- a/docs/design/indexed-job.md +++ b/docs/design/indexed-job.md @@ -866,7 +866,7 @@ list of parameters. However, some popular base images do not include that does not support array syntax. Kubelet does support [expanding varaibles without a -shell](http://kubernetes.io/v1.1/docs/design/expansion.html). But it does not +shell](http://kubernetes.io/kubernetes/v1.1/docs/design/expansion.html). But it does not allow for recursive substitution, which is required to extract the correct parameter from a list based on the completion index of the pod. The syntax could be extended, but doing so seems complex and will be an unfamiliar syntax