You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/05/21 14:19:27 UTC

[maven-site] branch master updated: Link example code to GitHub instead svn

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

sjaranowski 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 c16ce0e1 Link example code to GitHub instead svn
c16ce0e1 is described below

commit c16ce0e10057a39384a487a816a4974d22c98f85
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Sat May 21 16:19:23 2022 +0200

    Link example code to GitHub instead svn
---
 content/markdown/maven-jsr330.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/markdown/maven-jsr330.md b/content/markdown/maven-jsr330.md
index c79bda7c..4b20be27 100644
--- a/content/markdown/maven-jsr330.md
+++ b/content/markdown/maven-jsr330.md
@@ -360,7 +360,7 @@ If you want to look at this example project, you can find the code [in Maven Cor
 [sisu]: https://eclipse.org/sisu/
 [plexus]: https://codehaus-plexus.github.io/
 [plexus-container]: https://codehaus-plexus.github.io/plexus-containers/plexus-component-annotations/
-[jsr330-plugin]: https://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/resources/mng-5382/
+[jsr330-plugin]: https://github.com/apache/maven-integration-testing/tree/master/core-it-suite/src/test/resources/mng-5382
 [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