You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2013/06/06 23:40:46 UTC

svn commit: r1490452 - /maven/enforcer/trunk/maven-enforcer-plugin/src/site/apt/usage.apt.vm

Author: rfscholte
Date: Thu Jun  6 21:40:45 2013
New Revision: 1490452

URL: http://svn.apache.org/r1490452
Log:
[MENFORCER-148] Broken hyperlink on Enforcer plugin usage page 

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

Modified: maven/enforcer/trunk/maven-enforcer-plugin/src/site/apt/usage.apt.vm
URL: http://svn.apache.org/viewvc/maven/enforcer/trunk/maven-enforcer-plugin/src/site/apt/usage.apt.vm?rev=1490452&r1=1490451&r2=1490452&view=diff
==============================================================================
--- maven/enforcer/trunk/maven-enforcer-plugin/src/site/apt/usage.apt.vm (original)
+++ maven/enforcer/trunk/maven-enforcer-plugin/src/site/apt/usage.apt.vm Thu Jun  6 21:40:45 2013
@@ -43,7 +43,7 @@ Usage
 
    These goals are meant to be bound to a lifecycle phase and configured in your
    <<<pom.xml>>>. The enforcers execute the configured rules to check for certain constraints. 
-   The available standard rules are described {{{./rules/index.html}here}}. Besides the rules to execute, these goals support three options:
+   The available standard rules are described {{{../enforcer-rules/index.html}here}}. Besides the rules to execute, these goals support three options:
    
    * {{{./enforce-mojo.html#skip}skip}} - a quick way to skip checks via a profile or using <<<-Denforcer.skip=true>>> from the command line.