This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
     new 1a429a3  BZ 64272. Update WebSocket spec reference and source code 
links.
1a429a3 is described below

commit 1a429a3cc5fbf3d931e73734274e028cb8742cae
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Sat Mar 28 13:16:10 2020 +0000

    BZ 64272. Update WebSocket spec reference and source code links.
---
 webapps/docs/web-socket-howto.xml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/webapps/docs/web-socket-howto.xml 
b/webapps/docs/web-socket-howto.xml
index 6729d90..078ed34 100644
--- a/webapps/docs/web-socket-howto.xml
+++ b/webapps/docs/web-socket-howto.xml
@@ -38,14 +38,15 @@
 </section>
 
 <section name="Application development">
-<p>Tomcat implements the Java WebSocket 1.1 API defined by <a
-   href="https://www.jcp.org/en/jsr/detail?id=356";>JSR-356</a>.</p>
+<p>Tomcat implements the Jakarta WebSocket 2.0 API defined by the <a
+   href="https://projects.eclipse.org/projects/ee4j.websocket";>Jakarta
+   WebSocket</a> project.</p>
 
 <p>There are several example applications that demonstrate how the WebSocket 
API
    can be used. You will need to look at both the client side <a
-   
href="https://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/websocket/";>
+   
href="https://github.com/apache/tomcat/tree/master/webapps/examples/websocket";>
    HTML</a> and the server side <a
-   
href="https://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/WEB-INF/classes/websocket/";>
+   
href="https://github.com/apache/tomcat/tree/master/webapps/examples/WEB-INF/classes/websocket";>
    code</a>.</p>
 </section>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to