mirror of https://github.com/docker/docs.git
Fix broken links
This commit is contained in:
parent
d916d22cde
commit
8120b27416
|
|
@ -30,10 +30,10 @@ and metadata such that if a machine fails, DTR continues to operate and can be r
|
||||||
|
|
||||||
## Efficiency
|
## Efficiency
|
||||||
|
|
||||||
DTR has the ability to [cache images closer to users](../admin/configure/deploy-caches/index.md)
|
DTR has the ability to [cache images closer to users](admin/configure/deploy-caches/index.md)
|
||||||
to reduce the amount of bandwidth used during docker pulls.
|
to reduce the amount of bandwidth used during docker pulls.
|
||||||
|
|
||||||
DTR has the ability to [clean up unreferenced manifests and layers](../configure/garbage-collection.md).
|
DTR has the ability to [clean up unreferenced manifests and layers](admin/configure/garbage-collection.md).
|
||||||
|
|
||||||
## Built-in access control
|
## Built-in access control
|
||||||
|
|
||||||
|
|
@ -59,7 +59,7 @@ DTR ships with [Notary](/notary/getting_started.md)
|
||||||
built in so that you can use
|
built in so that you can use
|
||||||
[Docker Content Trust](/engine/security/trust/content_trust.md) to sign
|
[Docker Content Trust](/engine/security/trust/content_trust.md) to sign
|
||||||
and verify images. For more information about managing Notary data in DTR see
|
and verify images. For more information about managing Notary data in DTR see
|
||||||
the [DTR-specific notary documentation](user/manage-images/manage-trusted-repositories.md).
|
the [DTR-specific notary documentation](user/manage-images/sign-images/index.md).
|
||||||
|
|
||||||
## Where to go next
|
## Where to go next
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue