mirror of https://github.com/apache/maven.git
Fix items href
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@179774 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9543fcc0cc
commit
4338eb233a
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue