You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2008/01/04 20:46:14 UTC

svn commit: r608969 - /myfaces/core/trunk/src/site/site.xml

Author: skitching
Date: Fri Jan  4 11:46:12 2008
New Revision: 608969

URL: http://svn.apache.org/viewvc?rev=608969&view=rev
Log:
Fix site doc links

Modified:
    myfaces/core/trunk/src/site/site.xml

Modified: myfaces/core/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/src/site/site.xml?rev=608969&r1=608968&r2=608969&view=diff
==============================================================================
--- myfaces/core/trunk/src/site/site.xml (original)
+++ myfaces/core/trunk/src/site/site.xml Fri Jan  4 11:46:12 2008
@@ -74,11 +74,11 @@
         </menu>
         
         <menu name="Documentation" inherit="top">
-            <item name="Getting Started" href="gettingstarted.html"/>
-            <item name="MyFaces and RI"  href="risamples.html"/>
-            <item name="Tomcat Config"   href="tomcat.html"/>
-            <item name="Javadocs"        href="javadoc.html"/>
-            <item name="FAQ"             href="faq.html"/>
+            <item name="Getting Started" href="http://myfaces.apache.org/core11/gettingstarted.html"/>
+            <item name="MyFaces and RI"  href="http://myfaces.apache.org/core11/risamples.html"/>
+            <item name="Tomcat Config"   href="http://myfaces.apache.org/core11/tomcat.html"/>
+            <item name="Javadocs"        href="http://myfaces.apache.org/core11/javadoc.html"/>
+            <item name="FAQ"             href="http://myfaces.apache.org/core11/faq.html"/>
         </menu>
 
         <menu ref="reports" inherit="top"/>