Fix wrong link due to reorg (#8467)

The link to the yaml file has changed with the hugo reorg, fix it.

Closes: #8449
pull/8465/head
Andreas Jaeger 2018-05-10 19:20:54 +02:00 committed by k8s-ci-robot
parent 28734b889e
commit 5b49889f8c
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ The `template` field contains the following instructions:
To create this Deployment, run the following command:
```shell
kubectl create -f https://raw.githubusercontent.com/kubernetes/website/master/docs/concepts/workloads/controllers/nginx-deployment.yaml
kubectl create -f https://raw.githubusercontent.com/kubernetes/website/master/content/en/docs/concepts/workloads/controllers/nginx-deployment.yaml
```
{{< note >}}