From c2228f15b17e6748dfe1a5846d8d269ccb7fe919 Mon Sep 17 00:00:00 2001 From: Maria Bermudez Date: Tue, 18 Sep 2018 20:08:49 -0700 Subject: [PATCH] Update auto-delete-repo-events.md Fix image links --- ee/dtr/admin/configure/auto-delete-repo-events.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ee/dtr/admin/configure/auto-delete-repo-events.md b/ee/dtr/admin/configure/auto-delete-repo-events.md index f16529575e..0b64f36679 100644 --- a/ee/dtr/admin/configure/auto-delete-repo-events.md +++ b/ee/dtr/admin/configure/auto-delete-repo-events.md @@ -18,13 +18,13 @@ Auto-deletion of repository events is a Docker Trusted Registry (DTR) global set 2. Select **System** on the left navigation pane which will display the **Settings** page by default. -3. Scroll down to ***Repository Events*** and turn on **Auto-Deletion**. +3. Scroll down to **Repository Events** and turn on ***Auto-Deletion***. -![](../images/auto-delete-repo-events-0.png){: .img-fluid .with-border} +![](../../images/auto-delete-repo-events-0.png){: .img-fluid .with-border} 4. Specify the conditions with which an event deletion will be triggered. -![](../images/auto-delete-repo-events-1.png){: .img-fluid .with-border} +![](../../images/auto-delete-repo-events-1.png){: .img-fluid .with-border} DTR allows you to set your deletion triggers based on the following optional event attributes: @@ -39,7 +39,7 @@ If you specify both, events in your repositories will be evaluated against both 6. Navigate to **System > Job Logs** to confirm that `onlinegc` has happened. -![](../images/auto-delete-repo-events-1.png){: .img-fluid .with-border} +![](../../images/auto-delete-repo-events-1.png){: .img-fluid .with-border} ## Where to go next