diff options
| author | XhmikosR <[email protected]> | 2018-12-22 23:54:56 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-12-23 00:07:18 +0200 |
| commit | 3e1b89436d37ef8db5b2945b1918c4a2d0cf1eb2 (patch) | |
| tree | 4f774348c723ca54d24988e4373e0395b61971bc | |
| parent | 3e519c37267b44fd0fedfd86df4b0e67468046ac (diff) | |
| download | bootstrap-3e1b89436d37ef8db5b2945b1918c4a2d0cf1eb2.tar.xz bootstrap-3e1b89436d37ef8db5b2945b1918c4a2d0cf1eb2.zip | |
Fix broken link in nav version dropdown.
| -rw-r--r-- | docs/_includes/nav/main.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/nav/main.html b/docs/_includes/nav/main.html index 050fe25ad..12bc4e9d4 100644 --- a/docs/_includes/nav/main.html +++ b/docs/_includes/nav/main.html @@ -36,7 +36,7 @@ <li><a href="https://getbootstrap.com/">Latest (4.x)</a></li> <li><a href="https://v4-alpha.getbootstrap.com/">v4 Alpha 6</a></li> <li class="divider"></li> - <li class="active"><a href="https://getbootstrap.com/docs/{{ site.current_version }}/">v{{ site.current_version }}</a></li> + <li class="active"><a href="https://getbootstrap.com/docs/{{ site.docs_version }}/">v{{ site.current_version }}</a></li> <li><a href="https://getbootstrap.com/docs/3.3/">v3.3.7</a></li> <li><a href="https://getbootstrap.com/2.3.2/">v2.3.2</a></li> </ul> |
