From: markt Date: Thu, 4 Nov 2010 19:58:43 +0000 (+0000) Subject: Use the local copy of the docs X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=bcbace5c82040c26880b956b9584a961426a83df;p=tomcat7.0 Use the local copy of the docs git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1031196 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/ROOT/index.jsp b/webapps/ROOT/index.jsp index d0ad34e59..33c37caa8 100644 --- a/webapps/ROOT/index.jsp +++ b/webapps/ROOT/index.jsp @@ -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/"); %>