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/09/02 23:34:28 UTC

svn commit: r1519518 - /maven/site/trunk/content/apt/guides/introduction/introduction-to-profiles.apt

Author: rfscholte
Date: Mon Sep  2 21:34:27 2013
New Revision: 1519518

URL: http://svn.apache.org/r1519518
Log:
[MNGSITE-188] fix a broken internal link on maven introduction page

Modified:
    maven/site/trunk/content/apt/guides/introduction/introduction-to-profiles.apt

Modified: maven/site/trunk/content/apt/guides/introduction/introduction-to-profiles.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/apt/guides/introduction/introduction-to-profiles.apt?rev=1519518&r1=1519517&r2=1519518&view=diff
==============================================================================
--- maven/site/trunk/content/apt/guides/introduction/introduction-to-profiles.apt (original)
+++ maven/site/trunk/content/apt/guides/introduction/introduction-to-profiles.apt Mon Sep  2 21:34:27 2013
@@ -137,7 +137,7 @@ mvn groupId:artifactId:goal -P profile-1
 
   <Note:> an upper bound such as <<<,1.5]>>> is likely not to include most releases of 1.5, since they will have an additional "patch" release such as <<<_05>>> that is not taken into consideration in the above range.
 
-  This next one will activate based on OS settings. See the {{{http://maven.apache.org/plugins/maven-enforcer-plugin/rules/requireOS.html}Maven Enforcer Plugin}} for more details about OS values.
+  This next one will activate based on OS settings. See the {{{http://maven.apache.org/enforcer/enforcer-rules/requireOS.html}Maven Enforcer Plugin}} for more details about OS values.
 
 +---+
 <profiles>