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 /_includes | |
| 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 '_includes')
| -rw-r--r-- | _includes/docs-navbar.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/docs-navbar.html b/_includes/docs-navbar.html index 34a1a0102..76435bab7 100644 --- a/_includes/docs-navbar.html +++ b/_includes/docs-navbar.html @@ -36,7 +36,7 @@ </a> <div class="dropdown-menu dropdown-menu-right" aria-labelledby="bd-versions"> <a class="dropdown-item active" href="{{ site.baseurl }}/docs/{{ site.docs_version }}/">Latest (4.x)</a> - <a class="dropdown-item" href="https://v4-alpha.getbootstrap.com">v4 Alpha 6</a> + <a class="dropdown-item" href="https://v4-alpha.getbootstrap.com/">v4 Alpha 6</a> <a class="dropdown-item" href="https://getbootstrap.com/3.3/">v3.3.7</a> <a class="dropdown-item" href="https://getbootstrap.com/2.3.2/">v2.3.2</a> </div> |
