Use the local copy of the docs
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 4 Nov 2010 19:58:43 +0000 (19:58 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 4 Nov 2010 19:58:43 +0000 (19:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1031196 13f79535-47bb-0310-9956-ffa450edef68

webapps/ROOT/index.jsp

index d0ad34e..33c37ca 100644 (file)
@@ -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">