Skip to content

Commit d64fce5

Browse files
committed
1 parent 5f6e8d5 commit d64fce5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Java WebSockets
88
This repository contains a barebones WebSocket server and client implementation
99
written in 100% Java. The underlying classes are implemented `java.nio`, which allows for a
1010
non-blocking event-driven model (similar to the
11-
[WebSocket API](http://dev.w3.org/html5/websockets/) for web browsers).
11+
[WebSocket API](https://html.spec.whatwg.org/multipage/web-sockets.html) for web browsers).
1212

1313
Implemented WebSocket protocol versions are:
1414

0 commit comments

Comments
 (0)