aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/js/dropdowns.html
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2018-09-18 22:27:46 +0300
committerXhmikosR <[email protected]>2018-10-18 11:27:47 +0300
commite105d156420864807dca97d4953d0baf843f01f9 (patch)
treed5af31ccf45bc45adfcecc23e7ce3428a9619c39 /docs/_includes/js/dropdowns.html
parentcf6f867190cd91181a63d8576c3f5a485d7050a7 (diff)
downloadbootstrap-e105d156420864807dca97d4953d0baf843f01f9.tar.xz
bootstrap-e105d156420864807dca97d4953d0baf843f01f9.zip
Use https, fix broken links and unneeded redirects.
Diffstat (limited to 'docs/_includes/js/dropdowns.html')
-rw-r--r--docs/_includes/js/dropdowns.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/js/dropdowns.html b/docs/_includes/js/dropdowns.html
index 7d8c50bdc..37566954a 100644
--- a/docs/_includes/js/dropdowns.html
+++ b/docs/_includes/js/dropdowns.html
@@ -134,7 +134,7 @@
<p>To keep URLs intact with link buttons, use the <code>data-target</code> attribute instead of <code>href="#"</code>.</p>
{% highlight html %}
<div class="dropdown">
- <a id="dLabel" data-target="#" href="http://example.com" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
+ <a id="dLabel" data-target="#" href="http://example.com/" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
Dropdown trigger
<span class="caret"></span>
</a>