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 <markdotto@gmail.com>2017-08-15 08:34:42 +0300
committerMark Otto <markdotto@gmail.com>2017-08-15 08:34:42 +0300
commit96e4efb49a26129e8cb0c32a60b96f094ce37011 (patch)
tree3b3d56eec1a4c1951a19ae45bed8a9172e8a1d7e /_includes
parent5b8738afc1c7e746d6f08ec0f25f83603307de45 (diff)
fix docs version, closes #23421
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 8d62d4585b..34a1a0102c 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.7/">v3.3.7</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>
</li>