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:
parent
c1830c8b4e
commit
72c9fc2084
@ -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:
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user