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

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


The following commit(s) were added to refs/heads/8.5.x by this push:
     new 38449c1  BZ 64272. Update WebSocket source code links.
38449c1 is described below

commit 38449c1153df06ca3cad195931d0a6700e89529b
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Sat Mar 28 13:19:18 2020 +0000

    BZ 64272. Update WebSocket source code links.
    
    https://bz.apache.org/bugzilla/show_bug.cgi?id=64272
---
 webapps/docs/web-socket-howto.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/webapps/docs/web-socket-howto.xml 
b/webapps/docs/web-socket-howto.xml
index 69b8baf..143c699 100644
--- a/webapps/docs/web-socket-howto.xml
+++ b/webapps/docs/web-socket-howto.xml
@@ -43,9 +43,9 @@
 
 <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/8.5.x/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/8.5.x/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