Skip to content

Commit 4bcbba4

Browse files
authored
Merge pull request #540 from zhxnlai/patch-1
Fix broken link in README
2 parents 964a66f + 52a0c3d commit 4bcbba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ socket.on(Socket.EVENT_CONNECT, new Emitter.Listener() {
6666
socket.connect();
6767
```
6868

69-
This Library uses [org.json](http://www.json.org/java/) to parse and compose JSON strings:
69+
This Library uses [org.json](https://github.com/stleary/JSON-java) to parse and compose JSON strings:
7070

7171
```java
7272
// Sending an object

0 commit comments

Comments
 (0)