WEBSOCKET.md: fix broken link

Reported-by: Felipe Gasper
Bug: https://curl.se/mail/lib-2022-10/0097.html
Closes #9864
This commit is contained in:
Daniel Stenberg 2022-11-07 17:23:31 +01:00
parent ec4eec222b
commit 1188c6b8ea
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

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