aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
diff options
context:
space:
mode:
authorBardi Harborow <[email protected]>2016-10-04 02:55:59 +1000
committerMark Otto <[email protected]>2016-10-03 09:55:59 -0700
commit2e69dfa8c1679238579ef6f5ec85deb755e4fb6d (patch)
tree57ac7cd1aeef5d78895f7a631155ce746fc0c43b /docs/_includes
parentdb533c2e8d950647ff5e884083bf2d72063ed4b0 (diff)
downloadbootstrap-2e69dfa8c1679238579ef6f5ec85deb755e4fb6d.tar.xz
bootstrap-2e69dfa8c1679238579ef6f5ec85deb755e4fb6d.zip
Fix broken/redirected links, moving to HTTPS where possible. (#20557)
Diffstat (limited to 'docs/_includes')
-rw-r--r--docs/_includes/nav-docs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/nav-docs.html b/docs/_includes/nav-docs.html
index b4f4d1f9e..f9a7554f0 100644
--- a/docs/_includes/nav-docs.html
+++ b/docs/_includes/nav-docs.html
@@ -33,7 +33,7 @@
{% endif %}
<li class="{{ active }}">
- <a href="{{ site.baseurl }}/{{ group.title | downcase | replace: ' ', '-' }}/{{ doc.title | downcase | replace: ' ', '-' | replace:'-&-','-' }}">
+ <a href="{{ site.baseurl }}/{{ group.title | downcase | replace: ' ', '-' }}/{{ doc.title | downcase | replace: ' ', '-' | replace:'-&-','-' }}/">
{{ doc.title }}
</a>