diff --git a/_data/toc.yaml b/_data/toc.yaml index 502d64907d..3a6c7e491c 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -2349,6 +2349,8 @@ manuals: title: Chain multiple caches - path: /datacenter/dtr/2.5/guides/admin/configure/garbage-collection/ title: Garbage collection + - title: Allow users to create repositories when pushing + path: /datacenter/dtr/2.5/guides/admin/configure/allow-creation-on-push/ - path: /datacenter/dtr/2.5/guides/admin/configure/use-a-web-proxy/ title: Use a web proxy - sectiontitle: Manage users diff --git a/datacenter/dtr/2.5/guides/admin/configure/allow-creation-on-push.md b/datacenter/dtr/2.5/guides/admin/configure/allow-creation-on-push.md index 234f5405fc..b0d743216c 100644 --- a/datacenter/dtr/2.5/guides/admin/configure/allow-creation-on-push.md +++ b/datacenter/dtr/2.5/guides/admin/configure/allow-creation-on-push.md @@ -22,7 +22,7 @@ You can configure DTR to allow pushing to repositories that don't exist yet. As an administrator, log into the **DTR web UI**, navigate to the **Settings** page, and enable **Create repository on push**. -![DTR settings page](images/create-on-push-1.png){: .with-border} +![DTR settings page](../../images/create-on-push-1.png){: .with-border} From now on, when a user pushes to their personal sandbox (`/`), or if the user is an administrator for the diff --git a/datacenter/ucp/3.0/guides/images/create-on-push-1.png b/datacenter/dtr/2.5/guides/images/create-on-push-1.png similarity index 100% rename from datacenter/ucp/3.0/guides/images/create-on-push-1.png rename to datacenter/dtr/2.5/guides/images/create-on-push-1.png