Skip to content

Commit

Permalink
Fix broken link in Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed Jun 27, 2018
1 parent e9053b9 commit 71fe2d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
public @interface ServerEndpoint {

/**
* The URI or URI-template, level-1 (<a href="http://http://tools.ietf.org/html/rfc6570">See RFC 6570</a>) where the endpoint will be deployed. The URI us relative to the
* The URI or URI-template, level-1 (<a href="http://tools.ietf.org/html/rfc6570">See RFC 6570</a>) where the endpoint will be deployed. The URI us relative to the
* root of the web socket container and must begin with a leading "/". Trailing "/"'s are ignored. Examples:
* <pre><code>
* &#64;ServerEndpoint("/chat")
Expand Down

0 comments on commit 71fe2d7

Please sign in to comment.