Fix broken link

This commit is contained in:
Zhixuan Lai
2018-07-16 17:20:13 -07:00
committed by GitHub
parent 964a66fc1c
commit 52a0c3d09e

View File

@@ -66,7 +66,7 @@ socket.on(Socket.EVENT_CONNECT, new Emitter.Listener() {
socket.connect(); 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 ```java
// Sending an object // Sending an object