You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2012/03/22 16:48:37 UTC

svn commit: r1303852 - /tomcat/trunk/webapps/ROOT/index.jsp

Author: kkolinko
Date: Thu Mar 22 15:48:37 2012
New Revision: 1303852

URL: http://svn.apache.org/viewvc?rev=1303852&view=rev
Log:
Replace two examples links in ROOT/index.jsp with one.
This is to make WebSocket examples more visible.

Modified:
    tomcat/trunk/webapps/ROOT/index.jsp

Modified: tomcat/trunk/webapps/ROOT/index.jsp
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/ROOT/index.jsp?rev=1303852&r1=1303851&r2=1303852&view=diff
==============================================================================
--- tomcat/trunk/webapps/ROOT/index.jsp (original)
+++ tomcat/trunk/webapps/ROOT/index.jsp Thu Mar 22 15:48:37 2012
@@ -91,8 +91,7 @@ request.setAttribute("tomcat7ExamplesUrl
                 </div>
                 <div class="col25">
                     <div class="container">
-                        <p><a href="${tomcat7ExamplesUrl}servlets/">Servlet Examples</a></p>
-                        <p><a href="${tomcat7ExamplesUrl}jsp/">JSP Examples</a></p>
+                        <p><a href="${tomcat7ExamplesUrl}">Examples</a></p>
                     </div>
                 </div>
                 <div class="col25">



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