From 6d5aa28fc2d3737cd4c4adf5209ff532ce6c3c01 Mon Sep 17 00:00:00 2001 From: Rishabh Date: Sat, 29 Jun 2024 15:12:12 +0530 Subject: [PATCH] fix: update doc reference to "HTTP connection hijacking" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e6b54e..5ff8ad3 100644 --- a/README.md +++ b/README.md @@ -205,7 +205,7 @@ docker.createImage({fromImage: 'ubuntu'}, function (err, stream) { //... ``` -There is also support for [HTTP connection hijacking](https://docs.docker.com/engine/api/v1.22/#32-hijacking), +There is also support for [HTTP connection hijacking](https://docs.docker.com/engine/api/v1.45/#tag/Container/operation/ContainerAttach), which allows for cleaner interactions with commands that work with stdin and stdout separately. ```js