Fix broken URL to nginx-app.yaml (#260)

This commit is contained in:
Adam Jensen
2018-05-08 21:52:37 -04:00
committed by Marcos Nils
parent b363a35a61
commit f28012a7e7

View File

@@ -20,7 +20,7 @@
3. (Optional) Create an nginx deployment:
kubectl apply -f https://raw.githubusercontent.com/kubernetes/website/master/cn/docs/user-guide/nginx-app.yaml
kubectl apply -f https://raw.githubusercontent.com/kubernetes/website/master/content/cn/docs/user-guide/nginx-app.yaml
The PWK team.