BZ 43530
authorfunkman <funkman@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 2 Dec 2007 01:11:50 +0000 (01:11 +0000)
committerfunkman <funkman@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 2 Dec 2007 01:11:50 +0000 (01:11 +0000)
Path inspired by Paul Shemansky  : paul.shemansky
at gmail com

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@600222 13f79535-47bb-0310-9956-ffa450edef68

build.xml
webapps/docs/funcspecs/project.xml
webapps/docs/index.xml

index 89ef4c3..7b6b72a 100644 (file)
--- a/build.xml
+++ b/build.xml
     <copy   tofile="${tomcat.build}/webapps/docs/appdev/sample/build.xml"
               file="webapps/docs/appdev/build.xml.txt"/>
        
-       <mkdir dir="${tomcat.build}/webapps/docs/funcspec" />
+       <mkdir dir="${tomcat.build}/webapps/docs/funcspecs" />
        
        <!-- XSL processing -->
     <style basedir="webapps/docs"
              style="webapps/docs/tomcat-docs.xsl"
           excludes="project.xml"
           includes="*.xml">
-      <param name="relative-path" expression="../.."/>
+      <param name="relative-path" expression=".."/>
     </style>
     <style basedir="webapps/docs/config"
            destdir="${tomcat.build}/webapps/docs/config"
index 52d7e3f..213204f 100644 (file)
@@ -27,7 +27,7 @@
     <body>
 
     <menu name="Links">
-        <item name="Docs Home"             href="../../index.html"/>
+        <item name="Docs Home"             href="../index.html"/>
         <item name="Functional Specs"      href="index.html"/>
     </menu>
 
index 2946f59..693f4a5 100644 (file)
@@ -177,7 +177,7 @@ the development of the <em>Apache Tomcat</em> project.</p>
 <li><a href="developers.html"><strong>Developers</strong></a> - List of active
     Apache Tomcat contributors.
     </li>
-<li><a href="catalina/funcspecs/index.html"><strong>Functional Specifications</strong></a>
+<li><a href="funcspecs/index.html"><strong>Functional Specifications</strong></a>
     - Requirements specifications for features of the <em>Catalina</em> servlet
     container portion of Apache Tomcat 6.</li>
 <li><a href="api/index.html"><strong>Javadocs</strong></a>