You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2022/04/23 09:49:37 UTC

[maven-site] branch master updated: update link to plexus2sisu migration

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

hboutemy 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 bc1b3b55 update link to plexus2sisu migration
bc1b3b55 is described below

commit bc1b3b555f8c35b910a5ce8d39ea5fa429b2768e
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sat Apr 23 11:49:33 2022 +0200

    update link to plexus2sisu migration
---
 content/markdown/maven-jsr330.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/markdown/maven-jsr330.md b/content/markdown/maven-jsr330.md
index f163bd82..fdf9df1f 100644
--- a/content/markdown/maven-jsr330.md
+++ b/content/markdown/maven-jsr330.md
@@ -38,7 +38,7 @@ If you are interested the background of moving from Plexus to Guice and JSR-330,
 - [Plexus to Guice Part 2][p2g2]
 - [Plexus to Guice Part 3][p2g3]
 
-If you are interested in migrating from Plexus to Sisu, Sisu has a [Plexus Migration documentation][SisuPlexusMigration] that is done for you.
+If you are interested in migrating from Plexus to JSR-330, Sisu has a [Plexus Migration documentation][SisuPlexusMigration] that is done for you.
 
 ## How to use JSR-330
 
@@ -364,4 +364,4 @@ If you want to look at this example project, you can find the code [in Maven Cor
 [guice]: https://code.google.com/p/google-guice/
 [sisu-maven-plugin]: https://eclipse.org/sisu/docs/api/org.eclipse.sisu.mojos/
 [MNG-5343]: https://issues.apache.org/jira/browse/MNG-5343
-[SisuPlexusMigration]: https://wiki.eclipse.org/Sisu/PlexusMigration
+[SisuPlexusMigration]: https://github.com/eclipse/sisu.plexus/wiki/Plexus-to-JSR330