You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2010/11/04 20:58:43 UTC

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

Author: markt
Date: Thu Nov  4 19:58:43 2010
New Revision: 1031196

URL: http://svn.apache.org/viewvc?rev=1031196&view=rev
Log:
Use the local copy of the docs

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=1031196&r1=1031195&r2=1031196&view=diff
==============================================================================
--- tomcat/trunk/webapps/ROOT/index.jsp (original)
+++ tomcat/trunk/webapps/ROOT/index.jsp Thu Nov  4 19:58:43 2010
@@ -19,7 +19,7 @@ limitations under the License.
 java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy");
 request.setAttribute("year", sdf.format(new java.util.Date()));
 request.setAttribute("tomcat7Url", "http://tomcat.apache.org/");
-request.setAttribute("tomcat7DocUrl", "http://tomcat.apache.org/tomcat-7.0-doc/");
+request.setAttribute("tomcat7DocUrl", "/docs/");
 %>
 <!-- License must be after DOCTYPE to ensure IE Standards Mode fires -->
 <html lang="en">



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