[MDEP-781] fir broken link in Resources menu
diff --git a/.gitignore b/.gitignore
index 965d168..bc313a1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@
 # 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 @@
 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 @@
       <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>