You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/05/27 12:05:32 UTC

svn commit: r1343024 - /maven/plugin-tools/trunk/src/site/xdoc/index.xml

Author: hboutemy
Date: Sun May 27 10:05:32 2012
New Revision: 1343024

URL: http://svn.apache.org/viewvc?rev=1343024&view=rev
Log:
fixed links to m-plugin-p

Modified:
    maven/plugin-tools/trunk/src/site/xdoc/index.xml

Modified: maven/plugin-tools/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/src/site/xdoc/index.xml?rev=1343024&r1=1343023&r2=1343024&view=diff
==============================================================================
--- maven/plugin-tools/trunk/src/site/xdoc/index.xml (original)
+++ maven/plugin-tools/trunk/src/site/xdoc/index.xml Sun May 27 10:05:32 2012
@@ -38,7 +38,7 @@
       <p>
         <img src="images/plugin-tools-deps.png" width="826" height="491" border="0" usemap="#PluginTools_dependencies" />
         <map name="PluginTools_dependencies">
-          <area shape="rect" coords="279,0,508,38"    alt="maven-plugin-plugin"      href="/plugins/maven-plugin-plugin/" />
+          <area shape="rect" coords="279,0,508,38"    alt="maven-plugin-plugin"      href="./maven-plugin-plugin" />
           <area shape="rect" coords="31,101,223,138"  alt="plugin-tools-api"         href="./maven-plugin-tools-api"/>
           <area shape="rect" coords="62,163,251,200"  alt="plugin-tools-java"        href="./maven-plugin-tools-java"/>
           <area shape="rect" coords="312,163,539,200" alt="plugin-tools-javadoc"     href="./maven-plugin-tools-javadoc"/>
@@ -64,7 +64,7 @@
       <table>
         <tr><th><b>Module</b></th><th><b>Overview</b></th></tr>
         <tr>
-          <td><b><a href="../plugins/maven-plugin-plugin/index.html">maven-plugin-plugin</a></b></td>
+          <td><b><a href="./maven-plugin-plugin/index.html">maven-plugin-plugin</a></b></td>
           <td>Create a Maven plugin descriptor for any mojos found in the source tree, generate reports, create help goal.</td>
         </tr> 
         <tr>