From c839b268b68daf24891c1a46a7cf990b19ad9c96 Mon Sep 17 00:00:00 2001 From: Rupak Ganguly Date: Wed, 13 Nov 2019 05:46:22 -0500 Subject: [PATCH] Fix broken link. (#9853) --- ee/ucp/kubernetes/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ee/ucp/kubernetes/index.md b/ee/ucp/kubernetes/index.md index 37c82117be..05595ca259 100644 --- a/ee/ucp/kubernetes/index.md +++ b/ee/ucp/kubernetes/index.md @@ -152,7 +152,7 @@ spec: ## Use the CLI to deploy Kubernetes objects With Docker EE, you deploy your Kubernetes objects on the command line by using -`kubectl`. [Install and set up kubectl](https://v1-11.docs.kubernetes.io/docs/tasks/tools/install-kubectl/). +`kubectl`. [Install and set up kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/). Use a client bundle to configure your client tools, like Docker CLI and `kubectl` to communicate with UCP instead of the local deployments you might have running.