From 0ca264d2b8144bf82da6a2579461c3533c951db0 Mon Sep 17 00:00:00 2001 From: Alex Seymour Date: Fri, 9 Nov 2018 15:21:52 +0100 Subject: [PATCH 1/2] Fix `docker manifest` doc link Link is not relative, remove leading . --- ee/dtr/deprecation-notice.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ee/dtr/deprecation-notice.md b/ee/dtr/deprecation-notice.md index 08b43d69db..ebbc7b4332 100644 --- a/ee/dtr/deprecation-notice.md +++ b/ee/dtr/deprecation-notice.md @@ -14,5 +14,5 @@ Since `v2.5`, it has been possible for repository admins to autogenerate manifes #### 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 command, `docker manifest`, to [create and push a manifest list to any repository](/engine/reference/commandline/manifest/). From 94823774153bfb46e9c266a882f453c9730ceefe Mon Sep 17 00:00:00 2001 From: Maria Bermudez Date: Sun, 11 Nov 2018 16:43:10 -0800 Subject: [PATCH 2/2] Updated keywords --- ee/dtr/deprecation-notice.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ee/dtr/deprecation-notice.md b/ee/dtr/deprecation-notice.md index ebbc7b4332..bc19125536 100644 --- a/ee/dtr/deprecation-notice.md +++ b/ee/dtr/deprecation-notice.md @@ -1,6 +1,6 @@ --- description: Page for deprecation announcements. -keywords: registry, manifest, images, signatures, repository, distribution, digest +keywords: dtr, manifest list, api, repository, digest title: Deprecation Notice ---