You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2010/08/31 07:35:56 UTC

svn commit: r991082 - in /myfaces/site/trunk/src/site: apt/download.apt site.xml

Author: lu4242
Date: Tue Aug 31 05:35:56 2010
New Revision: 991082

URL: http://svn.apache.org/viewvc?rev=991082&view=rev
Log:
fix links to relative locations

Modified:
    myfaces/site/trunk/src/site/apt/download.apt
    myfaces/site/trunk/src/site/site.xml

Modified: myfaces/site/trunk/src/site/apt/download.apt
URL: http://svn.apache.org/viewvc/myfaces/site/trunk/src/site/apt/download.apt?rev=991082&r1=991081&r2=991082&view=diff
==============================================================================
--- myfaces/site/trunk/src/site/apt/download.apt (original)
+++ myfaces/site/trunk/src/site/apt/download.apt Tue Aug 31 05:35:56 2010
@@ -62,19 +62,19 @@ Download MyFaces
 | MyFaces Core 1.1.8 Source (zip)      | {{{http://www.apache.org/dyn/closer.cgi/myfaces/source/myfaces-core-1.1.8-src.zip} myfaces-core-1.1.8-src.zip}} | {{{http://www.apache.org/dist/myfaces/source/myfaces-core-1.1.8-src.zip.md5} myfaces-core-1.1.8-src.zip.md5}} | {{{http://www.apache.org/dist/myfaces/source/myfaces-core-1.1.8-src.zip.asc} myfaces-core-1.1.8-src.zip.asc}} |
 *-------------------------+---------+----------+-----------+
 
-  <<{{{portlet-bridge/download.html}MyFaces Portlet Bridge}}>>
+  <<{{{./portlet-bridge/download.html}MyFaces Portlet Bridge}}>>
   
-  <<{{{tomahawk/download.html}MyFaces Tomahawk}}>>
+  <<{{{./tomahawk/download.html}MyFaces Tomahawk}}>>
 
-  <<{{{tobago/download.html}MyFaces Tobago}}>>
+  <<{{{./tobago/download.html}MyFaces Tobago}}>>
 
-  <<{{{trinidad/download.html}MyFaces Trinidad}}>>
+  <<{{{./trinidad/download.html}MyFaces Trinidad}}>>
 
-  <<{{{orchestra/download.html}MyFaces Orchestra}}>>
+  <<{{{./orchestra/download.html}MyFaces Orchestra}}>>
 
-  <<{{{extensions/validator/download.html}MyFaces Extensions Validator}}>>
+  <<{{{./extensions/validator/download.html}MyFaces Extensions Validator}}>>
 
-  <<{{{commons/download.html}MyFaces Commons}}>>
+  <<{{{./commons/download.html}MyFaces Commons}}>>
 
 Latest source code from SVN repository
 

Modified: myfaces/site/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/myfaces/site/trunk/src/site/site.xml?rev=991082&r1=991081&r2=991082&view=diff
==============================================================================
--- myfaces/site/trunk/src/site/site.xml (original)
+++ myfaces/site/trunk/src/site/site.xml Tue Aug 31 05:35:56 2010
@@ -39,41 +39,41 @@
     <body>
         <links>            
             <item name="Apache"         href="http://www.apache.org/"/>            
-            <item name="Overview"       href="index.html"/>
-            <item name="News archive"   href="news-archive.html"/>
-            <item name="Download"       href="download.html" />
-            <item name="Mailing Lists"  href="mail-lists.html" />
+            <item name="Overview"       href="./index.html"/>
+            <item name="News archive"   href="./news-archive.html"/>
+            <item name="Download"       href="./download.html" />
+            <item name="Mailing Lists"  href="./mail-lists.html" />
         </links>
 
         <menu name="MyFaces Projects" inherit="top">
-            <item name="Core JSF-1.1"   href="core11/index.html" collapse="true">
+            <item name="Core JSF-1.1"   href="./core11/index.html" collapse="true">
               <item name="dummy"        href="dummy"/>
             </item>
-            <item name="Core JSF-1.2"   href="core12/index.html" collapse="true">
+            <item name="Core JSF-1.2"   href="./core12/index.html" collapse="true">
               <item name="dummy"        href="dummy"/>
             </item>
-            <item name="Core JSF-2.0"   href="core20/index.html" collapse="true">
+            <item name="Core JSF-2.0"   href="./core20/index.html" collapse="true">
               <item name="dummy"        href="dummy"/>
             </item>
-            <item name="Trinidad"       href="trinidad/index.html"/>
-            <item name="Tobago"         href="tobago/index.html"/>
-            <item name="Tomahawk"       href="tomahawk/index.html" collapse="true">
+            <item name="Trinidad"       href="./trinidad/index.html"/>
+            <item name="Tobago"         href="./tobago/index.html"/>
+            <item name="Tomahawk"       href="./tomahawk/index.html" collapse="true">
               <item name="dummy"        href="dummy"/>
             </item>
-            <item name="Sandbox"        href="sandbox/index.html" collapse="true">
+            <item name="Sandbox"        href="./sandbox/index.html" collapse="true">
               <item name="dummy"        href="dummy"/>
             </item>
-            <item name="Orchestra"      href="orchestra/index.html"/>
-            <item name="Portlet Bridge" href="portlet-bridge/index.html"/>
-            <item name="ExtVal"         href="extensions/validator/index.html"/>
-            <item name="Commons"        href="commons/index.html"/>
-            <item name="Test"           href="test/index.html"/>
-            <item name="Others"         href="otherProjects.html"/>
+            <item name="Orchestra"      href="./orchestra/index.html"/>
+            <item name="Portlet Bridge" href="./portlet-bridge/index.html"/>
+            <item name="ExtVal"         href="./extensions/validator/index.html"/>
+            <item name="Commons"        href="./commons/index.html"/>
+            <item name="Test"           href="./test/index.html"/>
+            <item name="Others"         href="./otherProjects.html"/>
         </menu>
 
         <menu name="Useful Documentation">
             <item name="Wiki"           href="http://wiki.apache.org/myfaces"/>
-            <item name="FAQ"            href="faq.html"/>
+            <item name="FAQ"            href="./faq.html"/>
             <item name="Compatibility"  href="http://wiki.apache.org/myfaces/CompatibilityMatrix"/>
         </menu>