From c09eac49c9c8a9bceb852ee1f81d1c1ed840d863 Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Fri, 6 Sep 2019 10:42:48 -0700 Subject: [PATCH] README: update link to the doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66518372..dcc4080a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ IXWebSocket is a C++ library for WebSocket client and server development. It has It is been used on big mobile video game titles sending and receiving tons of messages since 2017 (iOS and Android). -Interested ? Go read the [docs](https://bsergean.github.io/IXWebSocket/site/) ! If things don't work as expected, please create an issue in github, or even better a pull request if you know how to fix your problem. +Interested ? Go read the [docs](https://machinezone.github.io/IXWebSocket/) ! If things don't work as expected, please create an issue in github, or even better a pull request if you know how to fix your problem. IXWebSocket is actively being developed, check out the [changelog](CHANGELOG.md) to know what's cooking. If you are looking for a real time messaging service (the chat-like 'server' your websocket code will talk to) with many features such as history, backed by Redis, look at [cobra](https://github.com/machinezone/cobra).