Author: markt Date: Tue Mar 19 21:41:56 2013 New Revision: 1458527 URL: http://svn.apache.org/r1458527 Log: Link to the 7.0.x code which uses the old API
Modified: tomcat/tc7.0.x/trunk/webapps/docs/web-socket-howto.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/web-socket-howto.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/web-socket-howto.xml?rev=1458527&r1=1458526&r2=1458527&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/webapps/docs/web-socket-howto.xml (original) +++ tomcat/tc7.0.x/trunk/webapps/docs/web-socket-howto.xml Tue Mar 19 21:41:56 2013 @@ -58,9 +58,9 @@ <p>There are also several example applications that demonstrate how the WebSocket API can be used. You'll need to look at both the client side <a - href="http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/websocket/"> + href="http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/examples/websocket/"> html</a> and the server side <a - href="http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/WEB-INF/classes/websocket/"> + href="http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/classes/websocket/"> code</a>.</p> <p>Do keep in mind that the API is fluid and is likely to change, possibly --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org