From f34cfca26d258344948b7278c958b916b0bcbded Mon Sep 17 00:00:00 2001 From: Hamdi Bayhan Date: Mon, 18 Jan 2021 00:10:37 +0300 Subject: [PATCH] docs: fix broken link (#3759) --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 90451598..6447ba07 100644 --- a/Readme.md +++ b/Readme.md @@ -36,7 +36,7 @@ For this purpose, it relies on [Engine.IO](https://github.com/socketio/engine.io #### Auto-reconnection support -Unless instructed otherwise a disconnected client will try to reconnect forever, until the server is available again. Please see the available reconnection options [here](https://github.com/socketio/socket.io-client/blob/master/docs/API.md#new-managerurl-options). +Unless instructed otherwise a disconnected client will try to reconnect forever, until the server is available again. Please see the available reconnection options [here](https://socket.io/docs/v3/client-api/#new-Manager-url-options). #### Disconnection detection