no need for "=true"
diff --git a/maven-enforcer-plugin/src/site/apt/usage.apt.vm b/maven-enforcer-plugin/src/site/apt/usage.apt.vm
index 21062e2..f4a3790 100644
--- a/maven-enforcer-plugin/src/site/apt/usage.apt.vm
+++ b/maven-enforcer-plugin/src/site/apt/usage.apt.vm
@@ -31,11 +31,11 @@
 
   See the following links for information about including and configuring plugins in your project:
   
-  *{{{http://maven.apache.org/guides/mini/guide-configuring-plugins.html}Configuring Plugins}}
+  *{{{/guides/mini/guide-configuring-plugins.html}Configuring Plugins}}
   
-  *{{{http://maven.apache.org/guides/plugin/guide-java-plugin-development.html}Plugin Development}}
+  *{{{/guides/plugin/guide-java-plugin-development.html}Plugin Development}}
 
-  *{{{http://maven.apache.org/guides/introduction/introduction-to-plugin-prefix-mapping.html}Plugin Prefix}}
+  *{{{/guides/introduction/introduction-to-plugin-prefix-mapping.html}Plugin Prefix}}
   
   []
 
@@ -45,7 +45,7 @@
    <<<pom.xml>>>. The enforcers execute the configured rules to check for certain constraints. 
    The available built-in 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.
+   * {{{./enforce-mojo.html#skip}skip}} - a quick way to skip checks via a profile or using <<<-Denforcer.skip>>> from the command line.
    
    * {{{./enforce-mojo.html#fail}fail}} - if the goal should fail the build when a rule fails. The default is <<<true>>>. If false, the errors will be logged as warnings.
    
@@ -118,4 +118,4 @@
        JDK Version: 1.5.0_11 normalized as: 1.5.0-11
        OS Info: Arch: x86 Family: windows Name: windows xp Version: 5.1
 +---+
-  
\ No newline at end of file
+