You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by ni...@apache.org on 2004/06/15 15:17:45 UTC

svn commit: rev 21278 - forrest/trunk/src/documentation/content/xdocs

Author: nicolaken
Date: Tue Jun 15 06:17:45 2004
New Revision: 21278

Modified:
   forrest/trunk/src/documentation/content/xdocs/tabs.xml
Log:
Fix erroneous subtab base file

Modified: forrest/trunk/src/documentation/content/xdocs/tabs.xml
==============================================================================
--- forrest/trunk/src/documentation/content/xdocs/tabs.xml	(original)
+++ forrest/trunk/src/documentation/content/xdocs/tabs.xml	Tue Jun 15 06:17:45 2004
@@ -34,7 +34,7 @@
 
     <tab id="home" label="Home" dir=""/>
     <tab id="docs" label="Documentation" dir="docs" indexfile="your-project.html">
-      <tab id="core" label="Core" dir="docs" indexfile="index.html"/>
+      <tab id="core" label="Core" dir="docs" indexfile="your-project.html"/>
       <tab id="forrestbor" label="ForrestBot" dir="docs" indexfile="forrestbot.html"/>
       <tab id="forrestbar" label="ForrestBar" dir="docs" indexfile="forrestbar.html"/>
     </tab>