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 2015/01/01 22:44:15 UTC

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

Author: hboutemy
Date: Thu Jan  1 21:44:15 2015
New Revision: 1648952

URL: http://svn.apache.org/r1648952
Log:
fixed links

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=1648952&r1=1648951&r2=1648952&view=diff
==============================================================================
--- maven/plugin-tools/trunk/src/site/xdoc/index.xml (original)
+++ maven/plugin-tools/trunk/src/site/xdoc/index.xml Thu Jan  1 21:44:15 2015
@@ -97,7 +97,7 @@
           <td>Maven Script Mojo Support lets developer write Maven plugins/goals with scripting languages instead of compiled Java.</td>
         </tr>      
         <tr>
-          <td>&nbsp;&nbsp;<a href="./maven-plugin-tools-beanshell/index.html">maven-plugin-tools-beanshell</a></td>
+          <td>&nbsp;&nbsp;<a href="./maven-script/maven-plugin-tools-beanshell/index.html">maven-plugin-tools-beanshell</a></td>
           <td>Extractor for plugins written in Beanshell.</td>
         </tr>      
         <tr>
@@ -109,11 +109,11 @@
           <td>Extractor for plugins written in Ant.</td>
         </tr>      
         <tr>
-          <td>&nbsp;&nbsp;<a href="./maven-script/maven-script-ant/index.html">maven-script-ant</a></td>
+          <td>&nbsp;&nbsp;<a href="./maven-script/maven-script/maven-script-ant/index.html">maven-script-ant</a></td>
           <td>Maven Ant Mojo Support, ie write Maven plugins with Ant script.</td>
         </tr>      
         <tr>
-          <td>&nbsp;&nbsp;<a href="./maven-plugin-tools-model/index.html">maven-plugin-tools-model</a></td>
+          <td>&nbsp;&nbsp;<a href="./maven-script/maven-plugin-tools-model/index.html">maven-plugin-tools-model</a></td>
           <td>Plugin Metadata Model for script-based plugins.</td>
         </tr>      
       </table>