diff options
| author | Mark Otto <[email protected]> | 2017-08-14 22:34:42 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-08-14 22:34:42 -0700 |
| commit | 96e4efb49a26129e8cb0c32a60b96f094ce37011 (patch) | |
| tree | 3b3d56eec1a4c1951a19ae45bed8a9172e8a1d7e /_includes | |
| parent | 5b8738afc1c7e746d6f08ec0f25f83603307de45 (diff) | |
| download | bootstrap-96e4efb49a26129e8cb0c32a60b96f094ce37011.tar.xz bootstrap-96e4efb49a26129e8cb0c32a60b96f094ce37011.zip | |
fix docs version, closes #23421
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 8d62d4585..34a1a0102 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> |
