Author: niallp
Date: Wed Feb 15 08:53:39 2006
New Revision: 378034

URL: http://svn.apache.org/viewcvs?rev=378034&view=rev
Log:
Make the links to the sub-projects absolute so they don't break if only site is 
checked out - thanks to Ted Husted for the suggestion :-)

Modified:
    struts/site/trunk/xdocs/navigation.xml

Modified: struts/site/trunk/xdocs/navigation.xml
URL: 
http://svn.apache.org/viewcvs/struts/site/trunk/xdocs/navigation.xml?rev=378034&r1=378033&r2=378034&view=diff
==============================================================================
--- struts/site/trunk/xdocs/navigation.xml (original)
+++ struts/site/trunk/xdocs/navigation.xml Wed Feb 15 08:53:39 2006
@@ -56,25 +56,25 @@
         </menu>
 
         <menu name="Frameworks">
-            <item name="Action Framework" href="/struts-action/index.html"/>
-            <item name="Shale Framework" href="/struts-shale/index.html"/>
+            <item name="Action Framework" 
href="http://struts.apache.org/struts-action/index.html"/>
+            <item name="Shale Framework" 
href="http://struts.apache.org/struts-shale/index.html"/>
         </menu>
 
         <menu name="Extensions">
-            <item name="EL" href="/struts-el/index.html"/>
-            <item name="Extras" href="/struts-extras/index.html"/>
-            <item name="Flow" href="/struts-flow/index.html"/>
-            <item name="JSF Integration" href="/struts-faces/index.html"/>
-            <item name="JSP Taglib" href="/struts-taglib/index.html"/>
-            <item name="Scripting" href="/struts-scripting/index.html"/>
-            <item name="Tiles" href="/struts-tiles/index.html"/>
+            <item name="EL" 
href="http://struts.apache.org/struts-el/index.html"/>
+            <item name="Extras" 
href="http://struts.apache.org/struts-extras/index.html"/>
+            <item name="Flow" 
href="http://struts.apache.org/struts-flow/index.html"/>
+            <item name="JSF Integration" 
href="http://struts.apache.org/struts-faces/index.html"/>
+            <item name="JSP Taglib" 
href="http://struts.apache.org/struts-taglib/index.html"/>
+            <item name="Scripting" 
href="http://struts.apache.org/struts-scripting/index.html"/>
+            <item name="Tiles" 
href="http://struts.apache.org/struts-tiles/index.html"/>
             <item name="Other Extensions"
                   href="http://wiki.apache.org/struts/StrutsExtensions"/>
         </menu>
 
         <menu name="Subprojects">
-            <item name="Applications" href="/struts-apps/index.html"/>
-            <item name="Sandbox" href="/struts-sandbox/index.html"/>
+            <item name="Applications" 
href="http://struts.apache.org/struts-apps/index.html"/>
+            <item name="Sandbox" 
href="http://struts.apache.org/struts-sandbox/index.html"/>
         </menu>
 
         <menu name="Development">



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to