From aa51a36686a62ad5ec0bac3958b08151fc9d5d05 Mon Sep 17 00:00:00 2001
From: Fabien <fabien.creative@gmail.com>
Date: Tue, 2 Apr 2013 13:26:35 +0200
Subject: [PATCH] Fix corss link for sticky footer

---
 docs/examples/sticky-footer-navbar.html | 2 +-
 docs/examples/sticky-footer.html        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/examples/sticky-footer-navbar.html b/docs/examples/sticky-footer-navbar.html
index 96b228212d..716412a9d5 100644
--- a/docs/examples/sticky-footer-navbar.html
+++ b/docs/examples/sticky-footer-navbar.html
@@ -104,7 +104,7 @@ title: Sticky footer with navbar template
       <h1>Sticky footer with fixed navbar</h1>
     </div>
     <p class="lead">Pin a fixed-height footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS. A fixed navbar has been added within <code>#wrap</code> with <code>padding-top: 60px;</code> on the <code>.container</code>.</p>
-    <p>Back to <a href="./sticky-footer.html">the default sticky footer</a> minus the navbar.</p>
+    <p>Back to <a href="../sticky-footer">the default sticky footer</a> minus the navbar.</p>
   </div>
 
   <div id="push"></div>
diff --git a/docs/examples/sticky-footer.html b/docs/examples/sticky-footer.html
index 1f27ffabcd..62c1088123 100644
--- a/docs/examples/sticky-footer.html
+++ b/docs/examples/sticky-footer.html
@@ -69,7 +69,7 @@ title: Sticky footer template
       <h1>Sticky footer</h1>
     </div>
     <p class="lead">Pin a fixed-height footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS.</p>
-    <p>Use <a href="./sticky-footer-navbar.html">the sticky footer with a fixed navbar</a> if need be, too.</p>
+    <p>Use <a href="../sticky-footer-navbar">the sticky footer with a fixed navbar</a> if need be, too.</p>
   </div>
 
   <div id="push"></div>
-- 
GitLab