Author: ebourg
Date: Wed Oct 9 11:17:57 2013
New Revision: 1530565
URL: http://svn.apache.org/r1530565
Log:
Use relative links in the menu
Modified:
commons/proper/jci/trunk/src/site/site.xml
Modified: commons/proper/jci/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/commons/proper/jci/trunk/src/site/site.xml?rev=1530565&r1=1530564&r2=1530565&view=diff
==============================================================================
--- commons/proper/jci/trunk/src/site/site.xml (original)
+++ commons/proper/jci/trunk/src/site/site.xml Wed Oct 9 11:17:57 2013
@@ -24,11 +24,11 @@
</bannerRight>
<body>
<menu name="Apache Commons JCI">
- <item name="About"
href="http://commons.apache.org/jci/index.html"/>
- <item name="Usage"
href="http://commons.apache.org/jci/usage.html"/>
- <item name="FAQ" href="http://commons.apache.org/jci/faq.html"/>
- <item name="Issue Tracking"
href="http://commons.apache.org/jci/issue-tracking.html"/>
- <item name="Downloads"
href="http://commons.apache.org/jci/downloads.html"/>
+ <item name="About" href="index.html"/>
+ <item name="Usage" href="usage.html"/>
+ <item name="FAQ" href="faq.html"/>
+ <item name="Issue Tracking" href="issue-tracking.html"/>
+ <item name="Downloads" href="downloads.html"/>
</menu>
</body>
</project>