Merge pull request #21638 from dvdksn/engdocs-2345

fix: broken link to latest engine api version
This commit is contained in:
David Karlsson 2024-12-16 17:51:39 +01:00 committed by GitHub
commit 06ec5c0cab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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