Skip to content

Commit f9d4fd1

Browse files
author
Phillip Wittrock
authored
Merge pull request kubernetes#2403 from pwittrock/apply-docs-concepts
Fix url in declarative kubectl
2 parents 087ba3c + 6e42b5f commit f9d4fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts/tools/kubectl/object-management-using-declarative-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ Update the `simple_deployment.yaml` configuration file to change the image from
242242
Apply the changes made to the configuration file:
243243

244244
```shell
245-
kubectl apply -f http://k8s.io/docs/concepts/tools/kubectl/updated_deployment.yaml
245+
kubectl apply -f http://k8s.io/docs/concepts/tools/kubectl/update_deployment.yaml
246246
```
247247

248248
Print the live configuration using `kubectl get`:

0 commit comments

Comments
 (0)