diff --git a/datacenter/ucp/3.0/guides/admin/configure/manage-and-deploy-private-images.md b/datacenter/ucp/3.0/guides/admin/configure/manage-and-deploy-private-images.md index f2342b6dfc..eb4d6ed25d 100644 --- a/datacenter/ucp/3.0/guides/admin/configure/manage-and-deploy-private-images.md +++ b/datacenter/ucp/3.0/guides/admin/configure/manage-and-deploy-private-images.md @@ -38,8 +38,8 @@ is in DTR, only authorized users can change it. To push images to DTR, you need CLI access to a licensed installation of Docker EE. -- [License your installation](/datacenter/ucp/2.2/guides/admin/configure/license-your-installation.md). -- [Set up your Docker CLI](/datacenter/ucp/2.2/guides//user/access-ucp/cli-based-access.md). +- [License your installation](license-your-installation.md). +- [Set up your Docker CLI](/datacenter/ucp/3.0/guides/user/access-ucp/cli-based-access.md). When you're set up for CLI-based access to a licensed Docker EE instance, you can push images to DTR. diff --git a/datacenter/ucp/3.0/guides/user/services/deploy-kubernetes-workload.md b/datacenter/ucp/3.0/guides/user/services/deploy-kubernetes-workload.md index 91341f945f..aa2be87446 100644 --- a/datacenter/ucp/3.0/guides/user/services/deploy-kubernetes-workload.md +++ b/datacenter/ucp/3.0/guides/user/services/deploy-kubernetes-workload.md @@ -147,7 +147,7 @@ With Docker EE, you deploy your Kubernetes objects on the command line by using Use a client bundle to configure your client tools, like Docker CLI and `kubctl` to communicate with UCP instead of the local deployments you might have running. -[Get your client bundle by using the Docker EE web UI or the command line](/datacenter/ucp/2.2/guides/user/access-ucp/cli-based-access.md). +[Get your client bundle by using the Docker EE web UI or the command line](../access-ucp/cli-based-access.md). When you have the client bundle set up, you can deploy a Kubernetes object from YAML.