You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2019/09/02 08:38:36 UTC

[maven-site] branch master updated: Fix link to Maven 3 compatibility notes wiki page

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 4a556d0  Fix link to Maven 3 compatibility notes wiki page
4a556d0 is described below

commit 4a556d0f669919ba7efac8a89c5b39a124ed79b9
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon Sep 2 10:36:38 2019 +0200

    Fix link to Maven 3 compatibility notes wiki page
---
 content/apt/guides/introduction/introduction-to-profiles.apt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/apt/guides/introduction/introduction-to-profiles.apt b/content/apt/guides/introduction/introduction-to-profiles.apt
index 3ef6966..d6fdc3b 100644
--- a/content/apt/guides/introduction/introduction-to-profiles.apt
+++ b/content/apt/guides/introduction/introduction-to-profiles.apt
@@ -76,7 +76,7 @@ Introduction to Build Profiles
     - a descriptor located in
     {{{/ref/2.2.1/maven-profile/profiles.html}project basedir <<<(profiles.xml)>>>}}
     (unsupported in Maven 3.0: see
-    {{{https://cwiki.apache.org/MAVEN/maven-3x-compatibility-notes.html#Maven3.xCompatibilityNotes-profiles.xml} Maven 3 compatibility notes}})
+    {{{https://cwiki.apache.org/confluence/display/MAVEN/Maven+3.x+Compatibility+Notes#Maven3.xCompatibilityNotes-profiles.xml} Maven 3 compatibility notes}})
 
 * How can a profile be triggered? How does this vary according to the type of profile being used?