Fix wrong link due to reorg (#8467)
The link to the yaml file has changed with the hugo reorg, fix it. Closes: #8449pull/8465/head
parent
28734b889e
commit
5b49889f8c
|
@ -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 >}}
|
||||
|
|
Loading…
Reference in New Issue