Author: wsmoak
Date: Mon Mar 6 11:17:07 2006
New Revision: 383629
URL: http://svn.apache.org/viewcvs?rev=383629&view=rev
Log:
Changed relative links to absolute in order to avoid broken links in
sub-project distribution docs.
Modified:
struts/action/trunk/xdocs/navigation.xml
Modified: struts/action/trunk/xdocs/navigation.xml
URL:
http://svn.apache.org/viewcvs/struts/action/trunk/xdocs/navigation.xml?rev=383629&r1=383628&r2=383629&view=diff
==============================================================================
--- struts/action/trunk/xdocs/navigation.xml (original)
+++ struts/action/trunk/xdocs/navigation.xml Mon Mar 6 11:17:07 2006
@@ -22,7 +22,7 @@
/>
<item
name="Download"
- href="../downloads.html"/>
+ href="http://struts.apache.org/downloads.html"/>
</menu>
<menu name="Quick Links">
@@ -48,7 +48,7 @@
/>
<item
name="Apache Struts Home"
- href="../index.html"/>
+ href="http://struts.apache.org"/>
</menu>
</body>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]