From 5733f792f2ec69a5d6e90d1795c9221e058c5b7b Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Mon, 16 Dec 2024 09:50:25 +0100 Subject: [PATCH] fix: broken link to latest engine api version Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- content/reference/api/engine/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/reference/api/engine/_index.md b/content/reference/api/engine/_index.md index b226065c7e..2511ce1ba3 100644 --- a/content/reference/api/engine/_index.md +++ b/content/reference/api/engine/_index.md @@ -40,7 +40,7 @@ The Docker Engine API is a RESTful API accessed by an HTTP client such as `wget` ## View the API reference You can -[view the reference for the latest version of the API](latest/index.html) +[view the reference for the latest version of the API](/reference/api/engine/version/v{{% param latest_engine_api_version %}}.md) or [choose a specific version](/reference/api/engine/version-history/). ## Versioned API and SDK