From 52a0c3d09e6b44a77ed52e5f27e3cc918dbad4c0 Mon Sep 17 00:00:00 2001 From: Zhixuan Lai Date: Mon, 16 Jul 2018 17:20:13 -0700 Subject: [PATCH] Fix broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3136892..9002265 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ socket.on(Socket.EVENT_CONNECT, new Emitter.Listener() { socket.connect(); ``` -This Library uses [org.json](http://www.json.org/java/) to parse and compose JSON strings: +This Library uses [org.json](https://github.com/stleary/JSON-java) to parse and compose JSON strings: ```java // Sending an object