From 1cf4f5375d8871beff7e0c4962d5852f183844ad Mon Sep 17 00:00:00 2001 From: LiuDui <40875627+xichengliudui@users.noreply.github.com> Date: Tue, 25 Sep 2018 05:38:34 +0800 Subject: [PATCH] The fix clicks the error hyperlink that 'here' appears (#10315) * The fix clicks the error hyperlink that 'here' appears The fix clicks the error hyperlink that 'here' appears The fix clicks the error hyperlink that 'here' appears * Update link path to k/examples --- ...g-Kubernetes-New-Multi-Zone-Clusters-A.K.A-Ubernetes-Lite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/blog/_posts/2016-03-00-Building-Highly-Available-Applications-Using-Kubernetes-New-Multi-Zone-Clusters-A.K.A-Ubernetes-Lite.md b/content/en/blog/_posts/2016-03-00-Building-Highly-Available-Applications-Using-Kubernetes-New-Multi-Zone-Clusters-A.K.A-Ubernetes-Lite.md index 05d26f5b07..83b11cab28 100644 --- a/content/en/blog/_posts/2016-03-00-Building-Highly-Available-Applications-Using-Kubernetes-New-Multi-Zone-Clusters-A.K.A-Ubernetes-Lite.md +++ b/content/en/blog/_posts/2016-03-00-Building-Highly-Available-Applications-Using-Kubernetes-New-Multi-Zone-Clusters-A.K.A-Ubernetes-Lite.md @@ -148,7 +148,7 @@ Highly available apps, here we come. ### Deploying a multi-zone application  -Create the guestbook-go example, which includes a ReplicationController of size 3, running a simple web app. Download all the files from [here](https://github.com/kubernetes/kubernetes/tree/master/examples/guestbook-go), and execute the following command (the command assumes you downloaded them to a directory named “guestbook-go”: +Create the guestbook-go example, which includes a ReplicationController of size 3, running a simple web app. Download all the files from [here](https://github.com/kubernetes/examples/tree/master/guestbook-go), and execute the following command (the command assumes you downloaded them to a directory named “guestbook-go”: ``` kubectl create -f guestbook-go/