diff --git a/datacenter/dtr/2.5/guides/admin/configure/garbage-collection.md b/datacenter/dtr/2.5/guides/admin/configure/garbage-collection.md index bca9569b80..4c384d7d8c 100644 --- a/datacenter/dtr/2.5/guides/admin/configure/garbage-collection.md +++ b/datacenter/dtr/2.5/guides/admin/configure/garbage-collection.md @@ -3,8 +3,6 @@ title: Garbage collection description: Save disk space by configuring the garbage collection settings in Docker Trusted Registry keywords: registry, garbage collection, gc, space, disk space -redirect_from: -- /ee/dtr/admin/configure/garbage-collection/ --- You can configure Docker Trusted Registry to automatically delete unused image diff --git a/ee/dtr/admin/manage-jobs/auto-delete-job-logs.md b/ee/dtr/admin/manage-jobs/auto-delete-job-logs.md index b8903b7499..d337217b11 100644 --- a/ee/dtr/admin/manage-jobs/auto-delete-job-logs.md +++ b/ee/dtr/admin/manage-jobs/auto-delete-job-logs.md @@ -46,5 +46,5 @@ Docker Trusted Registry has a global setting for auto-deletion of job logs which ## Where to go next -- [Monitor Docker Trusted Registry](monitor-and-troubleshoot.md) +- [Monitor Docker Trusted Registry](/ee/dtr/admin/monitor-and-troubleshoot/) diff --git a/ee/dtr/release-notes.md b/ee/dtr/release-notes.md index 9a1b1a8e76..f9fcdf0fc5 100644 --- a/ee/dtr/release-notes.md +++ b/ee/dtr/release-notes.md @@ -33,7 +33,7 @@ to upgrade your installation to the latest release. * Users can now review and audit repository events on the web interface with the addition of the **Activity** tab on each repository.[Learn about repository event audits](/ee/dtr/user/audit-repository-events/). * DTR admins can now enable auto-deletion of repository events based on specified conditions. [Learn about repository event auto-deletion](/ee/dtr/admin/configure/auto-delete-repo-events/). * DTR admins can now review and audit jobs on the web interface with the addition of **Job Logs** within System settings. [Learn about job audits on the web interface](/ee/dtr/admin/manage-jobs/audit-jobs-via-ui/). - * DTR admins can now enable auto-deletion of job logs based on specified conditions. [Learn about repository event auto-deletion](/ee/dtr/admin/configure/auto-delete-repo-events/). + * DTR admins can now enable auto-deletion of job logs based on specified conditions. [Learn about job log auto-deletion](/ee/dtr/admin/manage-jobs/auto-delete-job-logs/). * Users can now mirror images from another Docker Trusted or Docker Hub registry using the web interface. [Learn about pull mirroring](/ee/dtr/user/promotion-policies/pull-mirror). * CLI diff --git a/ee/dtr/user/promotion-policies/pull-mirror.md b/ee/dtr/user/promotion-policies/pull-mirror.md index bf6c6410ae..077c92c5d9 100644 --- a/ee/dtr/user/promotion-policies/pull-mirror.md +++ b/ee/dtr/user/promotion-policies/pull-mirror.md @@ -27,7 +27,7 @@ To get started: * Mirror direction: Choose "Pull from remote registry" * Registry type: You can choose between **Docker Trusted Registry** and **Docker Hub**. If you choose DTR, enter your DTR URL. Otherwise, **Docker Hub** defaults to `https://index.docker.io`. * Username and Password or access token: Your credentials in the remote repository you wish to poll from. To use an access token instead of your password, see [authentication token](../access-tokens.md). - * Repository: Enter the `namespace` and the `repository name after the `/`. + * Repository: Enter the `namespace` and the `repository_name` after the `/`. * Show advanced settings: Enter the TLS details for the remote repository or check `Skip TLS verification`.