From d5108e1d242f4fed280431c37b5f243b55f1661f Mon Sep 17 00:00:00 2001 From: Adrien Duermael Date: Tue, 10 Jan 2017 11:10:13 -0800 Subject: [PATCH] fixed broken links in /index.html Signed-off-by: Adrien Duermael --- _includes/content/typical_docker_workflow.md | 6 +++--- index.md | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/_includes/content/typical_docker_workflow.md b/_includes/content/typical_docker_workflow.md index e9ea7cc50f1e..673adf7387cf 100644 --- a/_includes/content/typical_docker_workflow.md +++ b/_includes/content/typical_docker_workflow.md @@ -11,10 +11,10 @@ - Build, then run your containers on a virtual host via [Docker Machine](machine/overview.md) as you develop. 2. Configure [networking](engine/tutorials/networkingcontainers.md) and [storage](engine/tutorials/dockervolumes.md) for your solution, if needed. -3. Upload builds to a registry ([ours](engine/tutorials/dockerrepos.md), [yours](docker-trusted-registry/index.md), or your cloud provider's), to collaborate with your team. +3. Upload builds to a registry ([ours](engine/tutorials/dockerrepos.md), [yours](/datacenter/dtr/2.0/index.md), or your cloud provider's), to collaborate with your team. 4. If you're gonna need to scale your solution across multiple hosts (VMs or physical machines), [plan for how you'll set up your Swarm cluster](engine/swarm/key-concepts.md) and [scale it to meet demand](engine/swarm/swarm-tutorial/index.md). - - Note: Use [Universal Control Plane](ucp/overview.md) and you can manage your + - Note: Use [Universal Control Plane](/datacenter/ucp/1.1/overview.md) and you can manage your Swarm cluster using a friendly UI! 5. Finally, deploy to your preferred - cloud provider (or, for redundancy, *multiple* cloud providers) with [Docker Cloud](docker-cloud/overview.md). Or, use [Docker Datacenter](https://www.docker.com/products/docker-datacenter), and deploy to your own on-premise hardware. + cloud provider (or, for redundancy, *multiple* cloud providers) with [Docker Cloud](/docker-cloud/index.md). Or, use [Docker Datacenter](https://www.docker.com/products/docker-datacenter), and deploy to your own on-premise hardware. diff --git a/index.md b/index.md index b63fde221f81..3d03574e0d82 100644 --- a/index.md +++ b/index.md @@ -66,11 +66,11 @@ title: Docker Documentation