You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2022/08/06 09:26:20 UTC

[maven-toolchains-plugin] 01/01: [MTOOLCHAINS-41] - Broken link to JDK toolchain version range definitions

This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch MTOOLCHAINS-41
in repository https://gitbox.apache.org/repos/asf/maven-toolchains-plugin.git

commit d75aa046c1b6d252c2afce9f64537d70ab5a64c3
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Aug 6 11:26:14 2022 +0200

    [MTOOLCHAINS-41] - Broken link to JDK toolchain version range definitions
---
 src/site/apt/toolchains/jdk.apt.vm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/apt/toolchains/jdk.apt.vm b/src/site/apt/toolchains/jdk.apt.vm
index 41bb5fc..8e85e1e 100644
--- a/src/site/apt/toolchains/jdk.apt.vm
+++ b/src/site/apt/toolchains/jdk.apt.vm
@@ -67,7 +67,7 @@ JDK Toolchain
   For selection of toolchain for use by the project, the following conditions are matched
   against the definitions in the <<<toolchains.xml>>> file:
 
-  * "<<<version>>>" which accepts any {{{/plugins/maven-enforcer-plugin/rules/versionRanges.html}version range definitions}}.
+  * "<<<version>>>" which accepts any {{{/enforcer/enforcer-rules/versionRanges.html}version range definitions}}.
     Version declared by the toolchain needs to fit into the range,
 
   * any other tokens needs exact match. Toolchain not providing such token will not be selected.