From 24837f92606ab313bf222d1d7af33926341ff04a Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Tue, 20 Aug 2024 12:35:04 +0200 Subject: [PATCH] chore: update link to docker engine api reference Engine API reference page is moving to /reference/api/engine Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> (cherry picked from commit c974a833914090b980de881f4f10cc9dadd9dc00) Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- docs/reference/commandline/version.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/commandline/version.md b/docs/reference/commandline/version.md index 0eec3ad17b4b..040ba1b5a436 100644 --- a/docs/reference/commandline/version.md +++ b/docs/reference/commandline/version.md @@ -118,7 +118,7 @@ and Docker Engine perform API version negotiation, and select the highest API version that is supported by both the Docker CLI and the Docker Engine. For example, if the CLI is connecting with Docker Engine version 19.03, it downgrades -to API version 1.40 (refer to the [API version matrix](https://docs.docker.com/engine/api/#api-version-matrix) +to API version 1.40 (refer to the [API version matrix](https://docs.docker.com/reference/api/engine/#api-version-matrix) to learn about the supported API versions for Docker Engine): ```console