From 1012b63d70e922fa2dd3fec1ae74ec3d8c46e8b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20Teglhus=20M=C3=B8ller?= Date: Wed, 19 Aug 2020 12:03:09 +0200 Subject: [PATCH] Fix links to examples It linked to no longer existing svn.codehaus.org, point it to github instead. --- src/site/apt/index.apt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt index ca9854c8..cccf23ed 100644 --- a/src/site/apt/index.apt +++ b/src/site/apt/index.apt @@ -90,6 +90,6 @@ Build Helper Maven Plugin * Examples - * {{{http://svn.codehaus.org/mojo/trunk/mojo/build-helper-maven-plugin/src/it/reserve-ports/pom.xml} Reserve network port}} + * {{{https://github.com/mojohaus/build-helper-maven-plugin/blob/master/src/it/reserve-ports/pom.xml} Reserve network port}} - * {{{http://svn.codehaus.org/mojo/trunk/mojo/build-helper-maven-plugin/src/it/surefire/pom.xml} Passing reserve port to Surefire}} + * {{{https://github.com/mojohaus/build-helper-maven-plugin/blob/master/src/it/surefire/pom.xml} Passing reserve port to Surefire}}