diff options
| author | Mark Otto <[email protected]> | 2017-10-19 13:04:39 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-10-19 13:04:39 -0700 |
| commit | cdad23d5d28a1e61324d052c1d3c94975417c320 (patch) | |
| tree | 826e0f8ce3c1f4df3330ab8f120725c551808242 /_includes | |
| parent | fc94de5b8b5b329a298eeeb76174b146ff17af2d (diff) | |
| download | bootstrap-cdad23d5d28a1e61324d052c1d3c94975417c320.tar.xz bootstrap-cdad23d5d28a1e61324d052c1d3c94975417c320.zip | |
fixes #24445
also pushed a hotfix to gh-pages branch
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 ecedf7c4d..4f3e68738 100644 --- a/_includes/docs-navbar.html +++ b/_includes/docs-navbar.html @@ -37,7 +37,7 @@ <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://getbootstrap.com/3.3/">v3.3.7</a> + <a class="dropdown-item" href="https://getbootstrap.com/docs/3.3/">v3.3.7</a> <a class="dropdown-item" href="https://getbootstrap.com/2.3.2/">v2.3.2</a> </div> </li> |
