You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2010/02/11 19:44:46 UTC

svn commit: r909103 - /maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/usage.apt.vm

Author: dennisl
Date: Thu Feb 11 18:44:45 2010
New Revision: 909103

URL: http://svn.apache.org/viewvc?rev=909103&view=rev
Log:
[MNGSITE-108] Broken maven-javadoc-plugin link on usage page

Modified:
    maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/usage.apt.vm

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/usage.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/usage.apt.vm?rev=909103&r1=909102&r2=909103&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/usage.apt.vm (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/usage.apt.vm Thu Feb 11 18:44:45 2010
@@ -105,7 +105,7 @@
  The Javadoc Plugin supports a large number of configuration parameters. Each configuration parameter turns into
  a tag name.
 
- Please refer to the {{{../javadoc-mojo.html}Javadoc Plugin Documentation}} for a listing of these parameters. Most
+ Please refer to the {{{./javadoc-mojo.html}Javadoc Plugin Documentation}} for a listing of these parameters. Most
  of these parameters are passed directly to the Javadoc tool itself.
 
  <<IMPORTANT NOTE>>: configuring the Javadoc plugin in the \<reporting/\> or \<build/\> elements in the pom have
@@ -148,7 +148,7 @@
 
  [<<<mvn site>>>] It will generate the Javadoc for public members (defined in \<reporting/\>) using the given
  stylesheet (defined in \<reporting/\>), and with an help page (default value for
- {{{../javadoc-mojo.html#nohelp}nohelp}} is true).
+ {{{./javadoc-mojo.html#nohelp}nohelp}} is true).
 
  [<<<mvn javadoc:javadoc>>>] It will generate the Javadoc for private members (defined in \<build/\>) using the
  stylesheet (defined in \<reporting/\>), and with no help page (defined in \<build/\>).