mirror of https://github.com/docker/docs.git
Fix broken links
This commit is contained in:
parent
636b846f65
commit
0cc8361d80
|
@ -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/
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue