From 6d66743ae3da148adbd29fb7e0c0433e93fec12b Mon Sep 17 00:00:00 2001 From: Yong Tang Date: Sun, 13 May 2018 13:22:14 +0000 Subject: [PATCH] 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 --- docs/api/version-history.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/version-history.md b/docs/api/version-history.md index 51111bf061..61245e14a7 100644 --- a/docs/api/version-history.md +++ b/docs/api/version-history.md @@ -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.