mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix incorrect link in version-history.md
In version-history.md, the link for `Docker Engine API v1.37` was pointed to `v1.36`. This fix fixes the incorrect link. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
parent
df7c058198
commit
6d66743ae3
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ keywords: "API, Docker, rcli, REST, documentation"
|
|||
|
||||
## v1.37 API changes
|
||||
|
||||
[Docker Engine API v1.37](https://docs.docker.com/engine/api/v1.36/) documentation
|
||||
[Docker Engine API v1.37](https://docs.docker.com/engine/api/v1.37/) documentation
|
||||
|
||||
* `POST /containers/create` and `POST /services/create` now supports exposing SCTP ports.
|
||||
* `POST /configs/create` and `POST /configs/{id}/create` now accept a `Templating` driver.
|
||||
|
|
Loading…
Reference in a new issue