Use relative links in the menu

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/jci/trunk@1530565 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/site/site.xml b/src/site/site.xml
index f32fa34..98321cf 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -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>