From e59c329e53dd3fd2e3e7e044531a6412a66d4208 Mon Sep 17 00:00:00 2001 From: Maria Bermudez Date: Fri, 1 Feb 2019 16:18:47 -0800 Subject: [PATCH] Fix broken link, remove incorrect CLI link --- ee/dtr/deprecation-notice.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ee/dtr/deprecation-notice.md b/ee/dtr/deprecation-notice.md index bc19125536..8c4900e9fa 100644 --- a/ee/dtr/deprecation-notice.md +++ b/ee/dtr/deprecation-notice.md @@ -10,9 +10,9 @@ This document outlines the functionalities or components within DTR that will be #### 2.5 and 2.6 -Since `v2.5`, it has been possible for repository admins to autogenerate manifest lists when [creating a repository via the API](./reference/dtr/2.5/api/). You accomplish this by setting `enableManifestLists` to `true` when sending a POST request to the `/api/v0/repositories/{namespace}` endpoint. When enabled for a repository, any image that you push to an existing tag will be appended to the list of manifests for that tag. `enableManifestLists` is set to false by default, which means pushing a new image to an existing tag will overwrite the manifest entry for that tag. +Since `v2.5`, it has been possible for repository admins to autogenerate manifest lists when [creating a repository via the API](/datacenter/dtr/2.5/reference/api/). You accomplish this by setting `enableManifestLists` to `true` when sending a POST request to the `/api/v0/repositories/{namespace}` endpoint. When enabled for a repository, any image that you push to an existing tag will be appended to the list of manifests for that tag. `enableManifestLists` is set to false by default, which means pushing a new image to an existing tag will overwrite the manifest entry for that tag. #### 2.7 -The above behavior and the `enableManifestLists` field will be removed in `v2.7`. Starting in `v2.7`, you can use the CLI command, `docker manifest`, to [create and push a manifest list to any repository](/engine/reference/commandline/manifest/). +The above behavior and the `enableManifestLists` field will be removed in `v2.7`. Starting in `v2.7`, you can use the CLI to create and push a manifest list to any repository.