You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by br...@apache.org on 2005/04/01 05:05:23 UTC

svn commit: r159657 - forrest/trunk/site-author/content/xdocs/tabs.xml

Author: brondsem
Date: Thu Mar 31 19:05:22 2005
New Revision: 159657

URL: http://svn.apache.org/viewcvs?view=rev&rev=159657
Log:
use a relative URL

Modified:
    forrest/trunk/site-author/content/xdocs/tabs.xml

Modified: forrest/trunk/site-author/content/xdocs/tabs.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/tabs.xml?view=diff&r1=159656&r2=159657
==============================================================================
--- forrest/trunk/site-author/content/xdocs/tabs.xml (original)
+++ forrest/trunk/site-author/content/xdocs/tabs.xml Thu Mar 31 19:05:22 2005
@@ -35,7 +35,7 @@
 
     <tab id="home" label="Welcome" dir=""/>
     <tab id="project" label="Project" dir="" indexfile="contrib.html"/>
-    <tab id="docs" label="Documentation" href="http://forrest.apache.org/docs"/><!-- change to /docs/0.7 after we make the 0.7 release and get rid of 0.6 doc structure -->
-    <tab id="howto" label="How-To" href="http://forrest.apache.org/howto"/><!-- change to /docs/0.7/howto -->
+    <tab id="docs" label="Documentation" href="/docs"/><!-- change to /docs/0.7 after we make the 0.7 release and get rid of 0.6 doc structure -->
+    <tab id="howto" label="How-To" href="/howto"/><!-- change to /docs/0.7/howto -->
 
 </tabs>