From 6e42b5f6ceecb2b479f929735e730aef1a75c7a6 Mon Sep 17 00:00:00 2001 From: Phillip Wittrock Date: Wed, 1 Feb 2017 16:54:12 -0800 Subject: [PATCH] Fix url in declarative kubectl --- .../tools/kubectl/object-management-using-declarative-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/tools/kubectl/object-management-using-declarative-config.md b/docs/concepts/tools/kubectl/object-management-using-declarative-config.md index 593e6ffe58..4c960e567b 100644 --- a/docs/concepts/tools/kubectl/object-management-using-declarative-config.md +++ b/docs/concepts/tools/kubectl/object-management-using-declarative-config.md @@ -242,7 +242,7 @@ Update the `simple_deployment.yaml` configuration file to change the image from Apply the changes made to the configuration file: ```shell -kubectl apply -f http://k8s.io/docs/concepts/tools/kubectl/updated_deployment.yaml +kubectl apply -f http://k8s.io/docs/concepts/tools/kubectl/update_deployment.yaml ``` Print the live configuration using `kubectl get`: