aboutsummaryrefslogtreecommitdiff
path: root/site/docs/4.1/examples
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2018-09-14 17:49:59 +0300
committerXhmikosR <[email protected]>2018-09-14 18:27:55 +0300
commit0b97d1b0c43c42043cd4e97fe303ba08eb4b2b49 (patch)
tree7ca54afc53555cdd1d936b93c07e4f01badffd3b /site/docs/4.1/examples
parentc6f7276729d49764aac500c0b160b0eddd11b9e0 (diff)
downloadbootstrap-0b97d1b0c43c42043cd4e97fe303ba08eb4b2b49.tar.xz
bootstrap-0b97d1b0c43c42043cd4e97fe303ba08eb4b2b49.zip
Use https in more places and fix a few redirects.
Diffstat (limited to 'site/docs/4.1/examples')
-rw-r--r--site/docs/4.1/examples/sticky-footer-navbar/index.html2
-rw-r--r--site/docs/4.1/examples/sticky-footer/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/site/docs/4.1/examples/sticky-footer-navbar/index.html b/site/docs/4.1/examples/sticky-footer-navbar/index.html
index ffd2f1184..8a66601cc 100644
--- a/site/docs/4.1/examples/sticky-footer-navbar/index.html
+++ b/site/docs/4.1/examples/sticky-footer-navbar/index.html
@@ -50,7 +50,7 @@
<div class="container">
<h1 class="mt-5">Sticky footer with fixed navbar</h1>
<p class="lead">Pin a footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS. A fixed navbar has been added with <code>padding-top: 60px;</code> on the <code>main &gt; .container</code>.</p>
- <p>Back to <a href="../sticky-footer">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>
</main>
diff --git a/site/docs/4.1/examples/sticky-footer/index.html b/site/docs/4.1/examples/sticky-footer/index.html
index 6b56e7952..868211c19 100644
--- a/site/docs/4.1/examples/sticky-footer/index.html
+++ b/site/docs/4.1/examples/sticky-footer/index.html
@@ -23,7 +23,7 @@
<div class="container">
<h1 class="mt-5">Sticky footer</h1>
<p class="lead">Pin a footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS.</p>
- <p>Use <a href="../sticky-footer-navbar">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>
</main>