From ac0220b5295b4354c31de0477c8334bf321a01fa Mon Sep 17 00:00:00 2001 From: Benjamin Bentmann Date: Fri, 20 Jun 2008 08:48:23 +0000 Subject: [PATCH] o Fixed typo git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@669824 13f79535-47bb-0310-9956-ffa450edef68 --- maven-plugin-plugin/src/site/apt/index.apt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maven-plugin-plugin/src/site/apt/index.apt b/maven-plugin-plugin/src/site/apt/index.apt index e45979d..8ba6245 100644 --- a/maven-plugin-plugin/src/site/apt/index.apt +++ b/maven-plugin-plugin/src/site/apt/index.apt @@ -47,13 +47,13 @@ Maven Plugin Plugin metadata to the project's artifact, for subsequent installation and deployment. The first use-case for this is to add the LATEST metadata (which is plugin-specific) for shipping alongside the plugin's artifact. - * {{{helpmojo-mojo.html}helpmojo}} generates an help mojo with describes all project mojos. + * {{{helpmojo-mojo.html}plugin:helpmojo}} generates an help mojo which describes all project mojos. [] * Usage - Instructions on how to use the Plugin Plugin can be found {{{usage.html}here}}. + Instructions on how to use the Plugin Plugin can be found on the {{{usage.html}usage page}}. * Examples