Skip to content

Commit c07764c

Browse files
authored
Merge pull request TooTallNate#660 from NadeenUdantha/patch-1
Update index.html
2 parents d0b7122 + aa1f304 commit c07764c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ <h1>Java WebSockets</h1>
4444
written in 100% Java. The underlying classes are implemented using the Java
4545
<code>ServerSocketChannel</code> and <code>SocketChannel</code> classes, which allows for a
4646
non-blocking event-driven model (similar to the
47-
<a href="http://dev.w3.org/html5/websockets/">WebSocket API</a> for web browsers).</p>
47+
<a href="https://html.spec.whatwg.org/multipage/web-sockets.html#network">WebSocket API</a> for web browsers).</p>
4848

4949
<p>Implemented WebSocket protocol versions are:</p>
5050

0 commit comments

Comments
 (0)