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

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


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

commit 6ac884b5f8b3d47d65c8479ebbde7baa3a732268
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Sat Mar 28 13:20:26 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 e5865cd..de48eb7 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/tc7.0.x/trunk/webapps/examples/websocket/";>
+   
href="https://github.com/apache/tomcat/tree/7.0.x/webapps/examples/websocket";>
    HTML</a> and the server side <a
-   
href="https://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/classes/websocket/";>
+   
href="https://github.com/apache/tomcat/tree/7.0.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