Author: hboutemy
Date: Tue Oct 4 21:24:11 2011
New Revision: 1178959
URL: http://svn.apache.org/viewvc?rev=1178959&view=rev
Log:
fixed relative links
Modified:
maven/plugin-tools/trunk/maven-plugin-plugin/src/site/apt/index.apt
maven/plugin-tools/trunk/maven-plugin-tools-javadoc/src/site/apt/index.apt
maven/plugin-tools/trunk/maven-plugin-tools-javadoc/src/site/apt/screenshots.apt
maven/plugin-tools/trunk/maven-plugin-tools-javadoc/src/site/apt/usage.apt.vm
maven/plugin-tools/trunk/maven-plugin-tools-model/src/site/apt/index.apt
Modified: maven/plugin-tools/trunk/maven-plugin-plugin/src/site/apt/index.apt
URL:
http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/src/site/apt/index.apt?rev=1178959&r1=1178958&r2=1178959&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-plugin/src/site/apt/index.apt
(original)
+++ maven/plugin-tools/trunk/maven-plugin-plugin/src/site/apt/index.apt Tue Oct
4 21:24:11 2011
@@ -29,7 +29,7 @@
Maven Plugin Plugin
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
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.
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
- {{{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
Modified:
maven/plugin-tools/trunk/maven-plugin-tools-javadoc/src/site/apt/index.apt
URL:
http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-tools-javadoc/src/site/apt/index.apt?rev=1178959&r1=1178958&r2=1178959&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-tools-javadoc/src/site/apt/index.apt
(original)
+++ maven/plugin-tools/trunk/maven-plugin-tools-javadoc/src/site/apt/index.apt
Tue Oct 4 21:24:11 2011
@@ -36,4 +36,4 @@ Maven Plugin Tools Javadoc
* 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}}.
Modified:
maven/plugin-tools/trunk/maven-plugin-tools-javadoc/src/site/apt/screenshots.apt
URL:
http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-tools-javadoc/src/site/apt/screenshots.apt?rev=1178959&r1=1178958&r2=1178959&view=diff
==============================================================================
---
maven/plugin-tools/trunk/maven-plugin-tools-javadoc/src/site/apt/screenshots.apt
(original)
+++
maven/plugin-tools/trunk/maven-plugin-tools-javadoc/src/site/apt/screenshots.apt
Tue Oct 4 21:24:11 2011
@@ -28,6 +28,6 @@
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
Modified:
maven/plugin-tools/trunk/maven-plugin-tools-javadoc/src/site/apt/usage.apt.vm
URL:
http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-tools-javadoc/src/site/apt/usage.apt.vm?rev=1178959&r1=1178958&r2=1178959&view=diff
==============================================================================
---
maven/plugin-tools/trunk/maven-plugin-tools-javadoc/src/site/apt/usage.apt.vm
(original)
+++
maven/plugin-tools/trunk/maven-plugin-tools-javadoc/src/site/apt/usage.apt.vm
Tue Oct 4 21:24:11 2011
@@ -29,7 +29,7 @@
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>
@@ -105,8 +105,8 @@ Usage
* 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}}
[]
Modified:
maven/plugin-tools/trunk/maven-plugin-tools-model/src/site/apt/index.apt
URL:
http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-tools-model/src/site/apt/index.apt?rev=1178959&r1=1178958&r2=1178959&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-tools-model/src/site/apt/index.apt
(original)
+++ maven/plugin-tools/trunk/maven-plugin-tools-model/src/site/apt/index.apt
Tue Oct 4 21:24:11 2011
@@ -34,7 +34,7 @@ Maven Plugin Tool Model
* {{{./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}}.