[MENFORCER-237] Resources Link to codehaus is wrong
 Replacing it with an reference to the old instead
 of removing it completely.


git-svn-id: https://svn.apache.org/repos/asf/maven/enforcer/trunk@1697223 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/maven-enforcer-plugin/src/site/site.xml b/maven-enforcer-plugin/src/site/site.xml
index 7eb0bd2..1e2ae9f 100644
--- a/maven-enforcer-plugin/src/site/site.xml
+++ b/maven-enforcer-plugin/src/site/site.xml
@@ -36,5 +36,8 @@
     <menu name="Custom Rules">
       <item name="Writing a custom rule" href="../../enforcer/enforcer-api/writing-a-custom-rule.html"/>
     </menu>
+    <menu name="Resources">
+      <item name="" href="https://cwiki.apache.org/confluence/display/MAVENOLD/Dependency+Mediation+and+Conflict+Resolution#DependencyMediationandConflictResolution-DependencyVersionRanges"/>
+    </menu>
   </body>
 </project>