Skip to content

Commit 67f275d

Browse files
committed
fixed broken links in /index.html
Signed-off-by: Adrien Duermael <adrien@duermael.com>
1 parent d142714 commit 67f275d

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

_includes/content/typical_docker_workflow.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
- Build, then run your containers on a virtual host via [Docker Machine](machine/overview.md) as you develop.
1212
2. Configure [networking](engine/tutorials/networkingcontainers.md) and
1313
[storage](engine/tutorials/dockervolumes.md) for your solution, if needed.
14-
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.
14+
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.
1515
4. If you're gonna need to scale your solution across multiple hosts (VMs or physical machines), [plan
1616
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).
17-
- Note: Use [Universal Control Plane](ucp/overview.md) and you can manage your
17+
- Note: Use [Universal Control Plane](/datacenter/ucp/1.1/overview.md) and you can manage your
1818
Swarm cluster using a friendly UI!
1919
5. Finally, deploy to your preferred
20-
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.
20+
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.

index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,23 +66,23 @@ title: Docker Documentation
6666
<ul class="items widthcol2 media">
6767
<li>
6868
<div class="media_image">
69-
<a href="/docker-hub/overview/"><img src="/images/icon-hub@2X.png" alt="Docker Hub"></a>
69+
<a href="/docker-hub/index.md"><img src="/images/icon-hub@2X.png" alt="Docker Hub"></a>
7070
</div>
7171
<div class="media_content">
7272
<div data-mh="mh_docker_projects">
73-
<h3><a href="/docker-hub/overview/">Docker Hub</a></h3>
73+
<h3><a href="/docker-hub/index.md">Docker Hub</a></h3>
7474
<p>
7575
A hosted registry service for managing and building images.</p>
7676
</div>
7777
</div>
7878
</li>
7979
<li>
8080
<div class="media_image">
81-
<a href="/docker-cloud/overview/"><img src="/images/icon-cloud@2X.png" alt="Docker Cloud"></a>
81+
<a href="/docker-cloud/index.md"><img src="/images/icon-cloud@2X.png" alt="Docker Cloud"></a>
8282
</div>
8383
<div class="media_content">
8484
<div data-mh="mh_docker_projects">
85-
<h3><a href="/docker-cloud/overview/">Docker Cloud</a></h3>
85+
<h3><a href="/docker-cloud/index.md">Docker Cloud</a></h3>
8686
<p>
8787
A hosted service for building, testing, and deploying Docker images to your hosts.</p>
8888
</div>

0 commit comments

Comments
 (0)