You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ev...@apache.org on 2005/06/03 13:55:23 UTC

svn commit: r179774 - /maven/components/trunk/maven-site/src/site/site.xml

Author: evenisse
Date: Fri Jun  3 04:55:23 2005
New Revision: 179774

URL: http://svn.apache.org/viewcvs?rev=179774&view=rev
Log:
Fix items href

Modified:
    maven/components/trunk/maven-site/src/site/site.xml

Modified: maven/components/trunk/maven-site/src/site/site.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/site.xml?rev=179774&r1=179773&r2=179774&view=diff
==============================================================================
--- maven/components/trunk/maven-site/src/site/site.xml (original)
+++ maven/components/trunk/maven-site/src/site/site.xml Fri Jun  3 04:55:23 2005
@@ -16,30 +16,30 @@
     </links>
 
     <menu name="Maven 2.0">
-      <item name="Introduction" href="index.html"/>
-      <item name="Download" href="download.html"/>
-      <item name="Release Notes" href="release-notes.html" />
-      <item name="General Information" href="about.html"/>
-      <item name="For Maven 1.0 Users" href="maven1.html"/>
-      <item name="Road Map" href="roadmap.html" />
+      <item name="Introduction" href="/index.html"/>
+      <item name="Download" href="/download.html"/>
+      <item name="Release Notes" href="/release-notes.html" />
+      <item name="General Information" href="/about.html"/>
+      <item name="For Maven 1.0 Users" href="/maven1.html"/>
+      <item name="Road Map" href="/roadmap.html" />
     </menu>
     <menu name="User's Guide">
-      <item name="Getting Started" href="getting-started.html"/>
-      <item name="Configuration" href="configuration.html"/>
-      <item name="Dependency Mechanism" href="dependencies.html"/>
-      <item name="Developing Plugins" href="developers/plugin-overview.html"/>
-      <item name="Developing Plugins with Marmalade" href="developers/developing-plugins-with-marmalade.html"/>
-      <item name="Creating a Site" href="site.html"/>
+      <item name="Getting Started" href="/getting-started.html"/>
+      <item name="Configuration" href="/configuration.html"/>
+      <item name="Dependency Mechanism" href="/dependencies.html"/>
+      <item name="Developing Plugins" href="/developers/plugin-overview.html"/>
+      <item name="Developing Plugins with Marmalade" href="/developers/developing-plugins-with-marmalade.html"/>
+      <item name="Creating a Site" href="/site.html"/>
     </menu>
     <menu name="Reference">
-      <item name="Project Descriptor" href="maven-model/maven.html"/>
-      <item name="Settings Descriptor" href="maven-settings/settings.html"/>
-      <item name="Available Plugins" href="plugins/index.html"/>
-      <item name="Mojo API" href="developers/mojo-api-specification.html" />
-      <item name="Ant Tasks" href="ant-tasks.html"/>
+      <item name="Project Descriptor" href="/maven-model/maven.html"/>
+      <item name="Settings Descriptor" href="/maven-settings/settings.html"/>
+      <item name="Available Plugins" href="/plugins/index.html"/>
+      <item name="Mojo API" href="/developers/mojo-api-specification.html" />
+      <item name="Ant Tasks" href="/ant-tasks.html"/>
     </menu>
     <menu name="Developers">
-      <item name="Documentation Needed" href="docs-required.html"/>
+      <item name="Documentation Needed" href="/docs-required.html"/>
     </menu>
   </body>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org