From b9ede5280873e7504bddf38eae06a7a200c4996d Mon Sep 17 00:00:00 2001 From: stewart-yu Date: Tue, 28 Nov 2017 15:21:02 +0800 Subject: [PATCH] fix bad url format --- docs/tutorials/stateful-application/zookeeper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/stateful-application/zookeeper.md b/docs/tutorials/stateful-application/zookeeper.md index 7b7f1d0b4d..562b5ae15f 100644 --- a/docs/tutorials/stateful-application/zookeeper.md +++ b/docs/tutorials/stateful-application/zookeeper.md @@ -384,7 +384,7 @@ zk-0 0/1 Terminating 0 11m Reapply the manifest in `zookeeper.yaml`. ```shell -kubectl apply -f https://k8s.io/docs/tutorials/stateful-application/zookeeper.yaml +kubectl apply -f https://raw.githubusercontent.com/kubernetes/website/master/docs/tutorials/stateful-application/zookeeper.yaml ``` The `zk` StatefulSet will be created, but, as they already exist, the other API