This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push: new ae38f23 BZ 64272. Update WebSocket source code links. ae38f23 is described below commit ae38f238f7faa558cbf0b0ebda6937a1be6a32ec Author: Mark Thomas <ma...@apache.org> AuthorDate: Sat Mar 28 13:18:04 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..e196cb4 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/9.0.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/9.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