Use href in WebSocketServer javadoc

Motivation:

We should use <a href=....> in the javadoc of WebSocketServer. See [#6172].

Modifications:

Use href.

Result:

Fix link in xref.
This commit is contained in:
Norman Maurer 2017-01-07 21:19:14 +01:00
parent c1830c8b4e
commit 72c9fc2084

View File

@ -31,8 +31,8 @@ import io.netty.handler.ssl.util.SelfSignedCertificate;
*
* http://localhost:8080/websocket
*
* Open your browser at http://localhost:8080/, then the demo page will be loaded and a Web Socket connection will be
* made automatically.
* Open your browser at <a href="http://localhost:8080/">http://localhost:8080/</a>, then the demo page will be loaded
* and a Web Socket connection will be made automatically.
*
* This server illustrates support for the different web socket specification versions and will work with:
*