diff options
| author | Mark Otto <[email protected]> | 2016-11-08 13:32:50 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-11-08 13:32:50 -0800 |
| commit | 12fae028e179347cf662cca14d3e5c089087a819 (patch) | |
| tree | 74616a5e3b4244783dab34ab2ef8391b29aa5373 /docs/_includes | |
| parent | e63c617fe4918d0aae95a81ed38590bacf5f5c7f (diff) | |
| parent | b4dbc69f0edba28ea1a9be4aacb3e9f68c3604a9 (diff) | |
| download | bootstrap-12fae028e179347cf662cca14d3e5c089087a819.tar.xz bootstrap-12fae028e179347cf662cca14d3e5c089087a819.zip | |
Merge pull request #21099 from bardiharborow/links
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> |
