aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2024-01-09 11:12:02 +0100
committerDaniel Stenberg <daniel@haxx.se>2024-01-09 16:00:29 +0100
commit6d9bf0db7e3800fb787697086bba1b1cc2008b84 (patch)
tree597dfc6d178cba922e9569b926aadda8aec28871 /docs
parente2fbe56610621261fc3032d43ed6d4bf7b52a20b (diff)
downloadcurl-6d9bf0db7e3800fb787697086bba1b1cc2008b84.tar.gz
WEBSOCKET.md: remove dead link
Diffstat (limited to 'docs')
-rw-r--r--docs/WEBSOCKET.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/WEBSOCKET.md b/docs/WEBSOCKET.md
index ba84c2284..c3967b8ea 100644
--- a/docs/WEBSOCKET.md
+++ b/docs/WEBSOCKET.md
@@ -109,10 +109,9 @@ Ideas:
## Why not libWebSocket
-[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.
+libWebSocket 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.
Here are the reasons why I have decided to move forward with WebSocket in
curl **without using libWebSocket**: