Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markd.otto@gmail.com>2017-10-19 23:04:39 +0300
committerGitHub <noreply@github.com>2017-10-19 23:04:39 +0300
commitcdad23d5d28a1e61324d052c1d3c94975417c320 (patch)
tree826e0f8ce3c1f4df3330ab8f120725c551808242 /_includes
parentfc94de5b8b5b329a298eeeb76174b146ff17af2d (diff)
fixes #24445
also pushed a hotfix to gh-pages branch
Diffstat (limited to '_includes')
-rw-r--r--_includes/docs-navbar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/docs-navbar.html b/_includes/docs-navbar.html
index ecedf7c4d6..4f3e68738d 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>