From 1188c6b8eae2b86a4ef27a08e575863874f7359d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 7 Nov 2022 17:23:31 +0100 Subject: [PATCH] WEBSOCKET.md: fix broken link Reported-by: Felipe Gasper Bug: https://curl.se/mail/lib-2022-10/0097.html Closes #9864 --- docs/WEBSOCKET.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/WEBSOCKET.md b/docs/WEBSOCKET.md index 0a5eebb993..f44f838eac 100644 --- a/docs/WEBSOCKET.md +++ b/docs/WEBSOCKET.md @@ -94,7 +94,7 @@ Ideas: ## Why not libWebSocket -[libWebSocket](https://libWebSocket.org/) is said to be a solid, fast and +[libWebSocket](https://libWebSockets.org/) is said to be a solid, fast and efficient WebSocket library with a vast amount of users. My plan was originally to build upon it to skip having to implement the low level parts of WebSocket myself.