You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2009/06/25 20:26:57 UTC

svn commit: r788459 - in /maven/plugins/trunk/maven-pdf-plugin/src/site/apt: index.apt usage.apt

Author: ltheussl
Date: Thu Jun 25 18:26:57 2009
New Revision: 788459

URL: http://svn.apache.org/viewvc?rev=788459&view=rev
Log:
fix link

Modified:
    maven/plugins/trunk/maven-pdf-plugin/src/site/apt/index.apt
    maven/plugins/trunk/maven-pdf-plugin/src/site/apt/usage.apt

Modified: maven/plugins/trunk/maven-pdf-plugin/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pdf-plugin/src/site/apt/index.apt?rev=788459&r1=788458&r2=788459&view=diff
==============================================================================
--- maven/plugins/trunk/maven-pdf-plugin/src/site/apt/index.apt (original)
+++ maven/plugins/trunk/maven-pdf-plugin/src/site/apt/index.apt Thu Jun 25 18:26:57 2009
@@ -66,6 +66,6 @@
 
     * {{{./examples/filtering.html}Filtering Document Descriptor}}
 
-    * {{{./examples/site-phase-integration.html}Site Phase Integration}}
+    * {{{./usage.html#As_Part_Of_Your_Build_Process}Site Phase Integration}}
 
     []

Modified: maven/plugins/trunk/maven-pdf-plugin/src/site/apt/usage.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pdf-plugin/src/site/apt/usage.apt?rev=788459&r1=788458&r2=788459&view=diff
==============================================================================
--- maven/plugins/trunk/maven-pdf-plugin/src/site/apt/usage.apt (original)
+++ maven/plugins/trunk/maven-pdf-plugin/src/site/apt/usage.apt Thu Jun 25 18:26:57 2009
@@ -52,7 +52,7 @@
   The plugin also supports the {{{http://www.lowagie.com/iText/}iText}} implementation, you just need to add
   <<<-Dimplementation=itext>>> in the comand line.
 
-* As Part Of Your Build Process
+* {As Part Of Your Build Process}
 
   The PDF plugin can be put into a project's pom.xml so that it gets executed
   everytime the project is built.  Below is a sample configuration