Fix broken links

This commit is contained in:
Joao Fernandes 2017-02-07 12:22:47 -08:00
parent 636b846f65
commit 0cc8361d80
5 changed files with 6 additions and 6 deletions

View File

@ -1112,7 +1112,7 @@ toc:
- path: /datacenter/dtr/2.2/guides/user/manage-images/
title: Create a repository
- path: /datacenter/dtr/2.2/guides/user/manage-images/pull-and-push-images/
title: Push and pull images
title: Pull and push images
- path: /datacenter/dtr/2.2/guides/user/manage-images/delete-images/
title: Delete images
- path: /datacenter/dtr/2.2/guides/user/manage-images/scan-images-for-vulnerabilities/

View File

@ -29,5 +29,5 @@ not
## Where to go next
* [Backups and disaster recovery](backups-and-disaster-recovery.md)
* [DTR architecture](../architecture.md)
* [Backups and disaster recovery](../backups-and-disaster-recovery.md)
* [DTR architecture](../../architecture.md)

View File

@ -82,7 +82,7 @@ After installing DTR, you should configure:
Now that you have a working installation of DTR, you should test that you can
push and pull images to it.
[Learn how to push and pull images](../../user/repos-and-images.md).
[Learn how to push and pull images](../../user/manage-images/pull-and-push-images.md).
## Step 7. Join replicas to the cluster

View File

@ -36,5 +36,5 @@ Docker Datacenter is a software subscription that includes 3 products:
## Where to go next
* [DTR architecture](../architecture.md)
* [DTR architecture](../../architecture.md)
* [Install DTR](index.md)

View File

@ -106,4 +106,4 @@ docker login dtr.example.org
## Where to go next
* [Repositories and images](../repos-and-images.md)
* [Use a cache](use-a-cache.md)