mirror of https://github.com/docker/docs.git
fix: broken link to latest engine api version
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
b8aaf24f2c
commit
5733f792f2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue