From 0ca264d2b8144bf82da6a2579461c3533c951db0 Mon Sep 17 00:00:00 2001 From: Alex Seymour Date: Fri, 9 Nov 2018 15:21:52 +0100 Subject: [PATCH] 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/).