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/01/13 22:47:22 UTC

[maven-dependency-plugin] branch master updated: [MDEP-781] fir broken link in Resources menu

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-dependency-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 5d5e2b9  [MDEP-781] fir broken link in Resources menu
5d5e2b9 is described below

commit 5d5e2b9ef4914951e5c324d50744e6cd65967975
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Thu Jan 13 23:47:19 2022 +0100

    [MDEP-781] fir broken link in Resources menu
---
 .gitignore        | 1 +
 src/site/site.xml | 5 ++---
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 965d168..bc313a1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@ out/
 # during integration tests
 src/it/mrm/repository/_ResourceArtifact-1.0.jar
 /dependency-reduced-pom.xml
+.factorypath
diff --git a/src/site/site.xml b/src/site/site.xml
index c954fc1..8d192c9 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -19,8 +19,7 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.3.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<project xmlns="http://maven.apache.org/DECORATION/1.3.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd">
   <body>
     <menu name="Overview">
@@ -45,7 +44,7 @@ under the License.
       <item name="Purging local repository dependencies" href="examples/purging-local-repository.html"/>
     </menu>
     <menu name="Resources">
-      <item name="Dependency Mechanism" href="https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html"/>
+      <item name="Dependency Mechanism" href="../../guides/introduction/introduction-to-dependency-mechanism.html"/>
     </menu>
   </body>
 </project>