Author: stephenc
Date: Tue Jun 11 11:12:53 2013
New Revision: 1491738
URL: http://svn.apache.org/r1491738
Log:
Fix broken link
Modified:
maven/plugins/trunk/maven-antrun-plugin/src/site/apt/index.apt
Modified: maven/plugins/trunk/maven-antrun-plugin/src/site/apt/index.apt
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/site/apt/index.apt?rev=1491738&r1=1491737&r2=1491738&view=diff
==============================================================================
--- maven/plugins/trunk/maven-antrun-plugin/src/site/apt/index.apt (original)
+++ maven/plugins/trunk/maven-antrun-plugin/src/site/apt/index.apt Tue Jun 11
11:12:53 2013
@@ -34,7 +34,7 @@ Maven AntRun Plugin
It is <not> the intention of this plugin to provide a means of polluting the
POM, so it's encouraged to move all your Ant tasks to a <<<build.xml>>> file
and just call it from the POM using Ant's
- {{{http://ant.apache.org/manual/CoreTasks/ant.html}\<ant/\> task}}.
+ {{{http://ant.apache.org/manual/Tasks/ant.html}\<ant/\> task}}.
One of the main purposes of this plugin is to facilitate the migration from
Ant
based projects to Maven. Some projects may not currently be able to migrate