diff options
| author | XhmikosR <[email protected]> | 2018-09-18 22:27:46 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-10-18 11:27:47 +0300 |
| commit | e105d156420864807dca97d4953d0baf843f01f9 (patch) | |
| tree | d5af31ccf45bc45adfcecc23e7ce3428a9619c39 /docs/examples | |
| parent | cf6f867190cd91181a63d8576c3f5a485d7050a7 (diff) | |
| download | bootstrap-e105d156420864807dca97d4953d0baf843f01f9.tar.xz bootstrap-e105d156420864807dca97d4953d0baf843f01f9.zip | |
Use https, fix broken links and unneeded redirects.
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/blog/index.html | 2 | ||||
| -rw-r--r-- | docs/examples/cover/index.html | 2 | ||||
| -rw-r--r-- | docs/examples/grid/index.html | 2 | ||||
| -rw-r--r-- | docs/examples/non-responsive/index.html | 2 | ||||
| -rw-r--r-- | docs/examples/sticky-footer-navbar/index.html | 2 | ||||
| -rw-r--r-- | docs/examples/sticky-footer/index.html | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/docs/examples/blog/index.html b/docs/examples/blog/index.html index 1c53fde79..f04897e6c 100644 --- a/docs/examples/blog/index.html +++ b/docs/examples/blog/index.html @@ -161,7 +161,7 @@ </div><!-- /.container --> <footer class="blog-footer"> - <p>Blog template built for <a href="http://getbootstrap.com">Bootstrap</a> by <a href="https://twitter.com/mdo">@mdo</a>.</p> + <p>Blog template built for <a href="https://getbootstrap.com/">Bootstrap</a> by <a href="https://twitter.com/mdo">@mdo</a>.</p> <p> <a href="#">Back to top</a> </p> diff --git a/docs/examples/cover/index.html b/docs/examples/cover/index.html index d145c2dad..c98bb839d 100644 --- a/docs/examples/cover/index.html +++ b/docs/examples/cover/index.html @@ -62,7 +62,7 @@ <div class="mastfoot"> <div class="inner"> - <p>Cover template for <a href="http://getbootstrap.com">Bootstrap</a>, by <a href="https://twitter.com/mdo">@mdo</a>.</p> + <p>Cover template for <a href="https://getbootstrap.com/">Bootstrap</a>, by <a href="https://twitter.com/mdo">@mdo</a>.</p> </div> </div> diff --git a/docs/examples/grid/index.html b/docs/examples/grid/index.html index 82619dc8e..676c03ede 100644 --- a/docs/examples/grid/index.html +++ b/docs/examples/grid/index.html @@ -117,7 +117,7 @@ <hr> <h3>Column clearing</h3> - <p><a href="http://getbootstrap.com/css/#grid-responsive-resets">Clear floats</a> at specific breakpoints to prevent awkward wrapping with uneven content.</p> + <p><a href="../../css/#grid-responsive-resets">Clear floats</a> at specific breakpoints to prevent awkward wrapping with uneven content.</p> <div class="row"> <div class="col-xs-6 col-sm-3"> .col-xs-6 .col-sm-3 diff --git a/docs/examples/non-responsive/index.html b/docs/examples/non-responsive/index.html index 471a56bd0..243593a82 100644 --- a/docs/examples/non-responsive/index.html +++ b/docs/examples/non-responsive/index.html @@ -80,7 +80,7 @@ <div class="page-header"> <h1>Non-responsive Bootstrap</h1> - <p class="lead">Disable the responsiveness of Bootstrap by fixing the width of the container and using the first grid system tier. <a href="http://getbootstrap.com/getting-started/#disable-responsive">Read the documentation</a> for more information.</p> + <p class="lead">Disable the responsiveness of Bootstrap by fixing the width of the container and using the first grid system tier. <a href="../../getting-started/#disable-responsive">Read the documentation</a> for more information.</p> </div> <h3>What changes</h3> diff --git a/docs/examples/sticky-footer-navbar/index.html b/docs/examples/sticky-footer-navbar/index.html index 27f143c3c..96dca0c4c 100644 --- a/docs/examples/sticky-footer-navbar/index.html +++ b/docs/examples/sticky-footer-navbar/index.html @@ -73,7 +73,7 @@ <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 with <code>padding-top: 60px;</code> on the <code>body > .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> <footer class="footer"> diff --git a/docs/examples/sticky-footer/index.html b/docs/examples/sticky-footer/index.html index 01997c1c9..9d1437fcc 100644 --- a/docs/examples/sticky-footer/index.html +++ b/docs/examples/sticky-footer/index.html @@ -39,7 +39,7 @@ <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">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> <footer class="footer"> |
