Merge pull request #37049 from yongtang/05122018-version-history

Fix incorrect link in version-history.md
This commit is contained in:
Sebastiaan van Stijn 2018-05-13 16:30:58 +02:00 committed by GitHub
commit 996eb78fb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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