fixed relative links

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1178959 13f79535-47bb-0310-9956-ffa450edef68
master
Herve Boutemy 2011-10-04 21:24:11 +00:00
parent 6daae712b5
commit 63d5fea846
5 changed files with 8 additions and 8 deletions

View File

@ -29,7 +29,7 @@
Maven Plugin Plugin Maven Plugin Plugin
The Maven Plugin Plugin is used to create a Maven plugin descriptor for any The Maven Plugin Plugin is used to create a Maven plugin descriptor for any
{{{http://maven.apache.org/general.html#What_is_a_Mojo}Mojo}}'s found in the source tree, to include in the JAR. {{{/general.html#What_is_a_Mojo}Mojo}}'s found in the source tree, to include in the JAR.
It is also used to generate report files for the Mojos as well as for updating the plugin registry, the artifact It is also used to generate report files for the Mojos as well as for updating the plugin registry, the artifact
metadata and generating a generic help goal. metadata and generating a generic help goal.
@ -72,7 +72,7 @@ Maven Plugin Plugin
entire debug logs, POMs or most preferably little demo projects attached to the issue are very much appreciated. entire debug logs, POMs or most preferably little demo projects attached to the issue are very much appreciated.
Of course, patches are welcome, too. Contributors can check out the project from our Of course, patches are welcome, too. Contributors can check out the project from our
{{{./source-repository.html}source repository}} and will find supplementary information in the {{{./source-repository.html}source repository}} and will find supplementary information in the
{{{http://maven.apache.org/guides/development/guide-helping.html}guide to helping with Maven}}. {{{/guides/development/guide-helping.html}guide to helping with Maven}}.
* Examples * Examples

View File

@ -36,4 +36,4 @@ Maven Plugin Tools Javadoc
* Usage * Usage
Instructions on how to use this project can be found on the {{{usage.html}usage page}}. Instructions on how to use this project can be found on the {{{./usage.html}usage page}}.

View File

@ -28,6 +28,6 @@
Screenshots From Javadoc Screenshots From Javadoc
The following Screenshots have been taken from a Javadoc report. The following screenshots have been taken from a Javadoc report.
[images/javadoc.png] Examples [images/javadoc.png] Examples

View File

@ -29,7 +29,7 @@
Usage Usage
The taglets could be use directly in the {{{http://maven.apache.org/plugins/maven-javadoc-plugin/}Maven Javadoc Plugin}}. The taglets can be used directly in the {{{/plugins/maven-javadoc-plugin/}Maven Javadoc Plugin}}.
+-----+ +-----+
<project> <project>
@ -105,8 +105,8 @@ Usage
* Resources * Resources
* {{{apidocs/index.html}API}} * {{{./apidocs/index.html}API}}
* {{{http://maven.apache.org/developers/mojo-api-specification.html#The_Descriptor_and_Annotations}Mojo API Specification}} * {{{/developers/mojo-api-specification.html#The_Descriptor_and_Annotations}Mojo API Specification}}
[] []

View File

@ -34,7 +34,7 @@ Maven Plugin Tool Model
* {{{./apidocs/index.html}Java sources}} with Reader and Writers for the Xpp3 XML parser * {{{./apidocs/index.html}Java sources}} with Reader and Writers for the Xpp3 XML parser
* A {{{plugin-metadata.html}Descriptor Reference}} * A {{{./plugin-metadata.html}Descriptor Reference}}
* An {{{./plugin-metadata-1.0.0.xsd}XSD}}. * An {{{./plugin-metadata-1.0.0.xsd}XSD}}.