diff options
| author | Bardi Harborow <[email protected]> | 2016-11-08 23:36:04 +1100 |
|---|---|---|
| committer | Bardi Harborow <[email protected]> | 2016-11-09 01:14:48 +1100 |
| commit | b4dbc69f0edba28ea1a9be4aacb3e9f68c3604a9 (patch) | |
| tree | 74616a5e3b4244783dab34ab2ef8391b29aa5373 /docs/_includes | |
| parent | e63c617fe4918d0aae95a81ed38590bacf5f5c7f (diff) | |
| download | bootstrap-b4dbc69f0edba28ea1a9be4aacb3e9f68c3604a9.tar.xz bootstrap-b4dbc69f0edba28ea1a9be4aacb3e9f68c3604a9.zip | |
Fix broken and redirected links.
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/nav-docs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/nav-docs.html b/docs/_includes/nav-docs.html index f9a7554f0..005f96435 100644 --- a/docs/_includes/nav-docs.html +++ b/docs/_includes/nav-docs.html @@ -17,7 +17,7 @@ {% if slug == "examples" %} <a class="bd-toc-link" href="{{ site.baseurl }}/{{ group.title | downcase | replace: ' ', '-' }}/"> {% else %} - <a class="bd-toc-link" href="{{ site.baseurl }}/{{ group.title | downcase | replace: ' ', '-' }}/{{ link.title | downcase | replace: ' ', '-' || page.title | downcase | replace: ' ', '-' }}"> + <a class="bd-toc-link" href="{{ site.baseurl }}/{{ group.title | downcase | replace: ' ', '-' }}/{{ link.title | downcase | replace: ' ', '-' || page.title | downcase | replace: ' ', '-' }}{% if link.title || page.title %}/{% endif %}"> {% endif %} {{ group.title }} </a> |
