From: Daniel Stenberg Date: Mon, 7 Nov 2022 16:23:31 +0000 (+0100) Subject: WEBSOCKET.md: fix broken link X-Git-Tag: curl-7_87_0~196 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1188c6b8eae2b86a4ef27a08e575863874f7359d;p=thirdparty%2Fcurl.git WEBSOCKET.md: fix broken link Reported-by: Felipe Gasper Bug: https://curl.se/mail/lib-2022-10/0097.html Closes #9864 --- 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.