You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sc...@apache.org on 2005/05/18 15:31:40 UTC

svn commit: r170746 - /myfaces/trunk/src/documentation/content/xdocs/site.xml

Author: schof
Date: Wed May 18 06:31:40 2005
New Revision: 170746

URL: http://svn.apache.org/viewcvs?rev=170746&view=rev
Log:
fixed broken link

Modified:
    myfaces/trunk/src/documentation/content/xdocs/site.xml

Modified: myfaces/trunk/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewcvs/myfaces/trunk/src/documentation/content/xdocs/site.xml?rev=170746&r1=170745&r2=170746&view=diff
==============================================================================
--- myfaces/trunk/src/documentation/content/xdocs/site.xml (original)
+++ myfaces/trunk/src/documentation/content/xdocs/site.xml Wed May 18 06:31:40 2005
@@ -33,8 +33,8 @@
      <components href="components/" label="Components" tab="components">
          <overview label="Overview" href="overview.html"/>
          <jscookmenu label="JSCook Menu" href="jscookmenu.html"/>
-         <tree label="Tiles Support" href="tiles.html"/>
-         <tree label="Tree2" href="tree2.html"/>
+         <tiles label="Tiles Support" href="tiles.html"/>
+         <tree2 label="Tree2" href="tree2.html"/>
          <validateCreditCard label="validateCreditCard" href="validateCreditCard.html"/>
          <validateISBN label="validateISBN" href="validateISBN.html"/>
          <validateRegExpr label="validateRegExpr" href="validateRegExpr.html"/>
@@ -48,7 +48,7 @@
          <popup label="Popup" href="popup.html"/>
          <javascriptListener label="Javascript Listener" href="javascriptListener.html"/>
          <inputDate label="Date" href="inputDate.html"/>
-         <inputHtml label="Html Editor" href="inputHtml.html"/>
+         <inputHtml label="Html Editor" href="htmlEditor.html"/>
          <dataList label="Data List" href="dataList.html"/>
          <Tree label="Tree" href="tree.html"/>
          <TreeTable label="Tree Table" href="treeTable.html"/>