1 parent 5f6e8d5 commit d64fce5Copy full SHA for d64fce5
1 file changed
README.markdown
@@ -8,7 +8,7 @@ Java WebSockets
8
This repository contains a barebones WebSocket server and client implementation
9
written in 100% Java. The underlying classes are implemented `java.nio`, which allows for a
10
non-blocking event-driven model (similar to the
11
-[WebSocket API](http://dev.w3.org/html5/websockets/) for web browsers).
+[WebSocket API](https://html.spec.whatwg.org/multipage/web-sockets.html) for web browsers).
12
13
Implemented WebSocket protocol versions are:
14
0 commit comments