We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0b7122 + aa1f304 commit c07764cCopy full SHA for c07764c
index.html
@@ -44,7 +44,7 @@ <h1>Java WebSockets</h1>
44
written in 100% Java. The underlying classes are implemented using the Java
45
<code>ServerSocketChannel</code> and <code>SocketChannel</code> classes, which allows for a
46
non-blocking event-driven model (similar to the
47
-<a href="http://dev.w3.org/html5/websockets/">WebSocket API</a> for web browsers).</p>
+<a href="https://html.spec.whatwg.org/multipage/web-sockets.html#network">WebSocket API</a> for web browsers).</p>
48
49
<p>Implemented WebSocket protocol versions are:</p>
50
0 commit comments