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
This commit is contained in:
LiuDui
2018-09-25 05:38:34 +08:00
committed by k8s-ci-robot
parent 1564ef769f
commit 1cf4f5375d
@@ -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/