You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2006/01/15 00:39:57 UTC

svn commit: r369119 - /maven/maven-1/plugins/trunk/linkcheck/xdocs/navigation.xml

Author: aheritier
Date: Sat Jan 14 15:39:53 2006
New Revision: 369119

URL: http://svn.apache.org/viewcvs?rev=369119&view=rev
Log:
add shortcuts in the menu to useful reports for end-user

Modified:
    maven/maven-1/plugins/trunk/linkcheck/xdocs/navigation.xml

Modified: maven/maven-1/plugins/trunk/linkcheck/xdocs/navigation.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/linkcheck/xdocs/navigation.xml?rev=369119&r1=369118&r2=369119&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/linkcheck/xdocs/navigation.xml (original)
+++ maven/maven-1/plugins/trunk/linkcheck/xdocs/navigation.xml Sat Jan 14 15:39:53 2006
@@ -31,9 +31,12 @@
       <item name="Maven 2.0" href="http://maven.apache.org/"/>
     </links>
     <menu name="Overview">
-      <item href="/index.html" name="Overview"/>
+      <item href="/index.html" name="About"/>
       <item href="/goals.html" name="Goals"/>
       <item href="/properties.html" name="Properties"/>
+      <item href="/faq.html" name="FAQs"/>
+      <item href="/changes-report.html" name="Changes"/>
+      <item href="/jira.html" name="Known issues"/>
     </menu>
   </body>
 </project>