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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org