diff options
| author | XhmikosR <[email protected]> | 2017-09-26 15:24:14 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-09-26 15:24:14 +0300 |
| commit | 31c872191380d4cd32af379b9d24359d6a9dc34c (patch) | |
| tree | 016ecb150f1e37ad0eb75591a87886b17ec9d124 /docs/4.0/examples | |
| parent | 3bc94023506d8fb5c61ad01ce9779715ed1e7900 (diff) | |
| download | bootstrap-31c872191380d4cd32af379b9d24359d6a9dc34c.tar.xz bootstrap-31c872191380d4cd32af379b9d24359d6a9dc34c.zip | |
Normalize all links. (#24109)
* use a trailing slash when possible
* use https when possible
* remove a few redirected links
* consistently use `https://popper.js.org/`
* fix `iconUrl` in nuget files
* change Jekyll Windows guide to the official one
Diffstat (limited to 'docs/4.0/examples')
| -rw-r--r-- | docs/4.0/examples/blog/index.html | 2 | ||||
| -rw-r--r-- | docs/4.0/examples/cover/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/4.0/examples/blog/index.html b/docs/4.0/examples/blog/index.html index 4601fd76d..980f0951d 100644 --- a/docs/4.0/examples/blog/index.html +++ b/docs/4.0/examples/blog/index.html @@ -148,7 +148,7 @@ </main><!-- /.container --> <footer class="blog-footer"> - <p>Blog template built for <a href="https://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/4.0/examples/cover/index.html b/docs/4.0/examples/cover/index.html index 07bb7d39b..cb846cdda 100644 --- a/docs/4.0/examples/cover/index.html +++ b/docs/4.0/examples/cover/index.html @@ -45,7 +45,7 @@ <footer class="mastfoot"> <div class="inner"> - <p>Cover template for <a href="https://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> </footer> |
