You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kp...@apache.org on 2013/10/16 23:20:19 UTC

svn commit: r1532918 - /tomcat/tc7.0.x/trunk/webapps/examples/websocket-deprecated/index.html

Author: kpreisser
Date: Wed Oct 16 21:20:19 2013
New Revision: 1532918

URL: http://svn.apache.org/r1532918
Log:
Fix broken link

Modified:
    tomcat/tc7.0.x/trunk/webapps/examples/websocket-deprecated/index.html

Modified: tomcat/tc7.0.x/trunk/webapps/examples/websocket-deprecated/index.html
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/examples/websocket-deprecated/index.html?rev=1532918&r1=1532917&r2=1532918&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/examples/websocket-deprecated/index.html (original)
+++ tomcat/tc7.0.x/trunk/webapps/examples/websocket-deprecated/index.html Wed Oct 16 21:20:19 2013
@@ -28,6 +28,6 @@
     <li><a href="snake.html">Multiplayer snake example</a></li>
 </ul>
 <p>This API has been deprecated. The examples are also available using the JSR
-   356 <a href="../websocket/index.html">Java WebSocket 1.0 API</a>.</p> 
+   356 <a href="../websocket/index.xhtml">Java WebSocket 1.0 API</a>.</p> 
 </body>
 </html>
\ No newline at end of file



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