aboutsummaryrefslogtreecommitdiff
path: root/docs/components/dropdowns.md
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-10-09 15:04:32 -0700
committerMark Otto <[email protected]>2016-10-09 15:04:32 -0700
commit7dee5560a10785100996fb6affe644163b2db44e (patch)
treefc2e60e698bdc2421d7d17d604044bb700da57e6 /docs/components/dropdowns.md
parent1db3586dc0798485d5ca82a9b8de477e82ba351c (diff)
parent8d162553fa7fe499a72569d42debed18dfc5791b (diff)
downloadbootstrap-7dee5560a10785100996fb6affe644163b2db44e.tar.xz
bootstrap-7dee5560a10785100996fb6affe644163b2db44e.zip
Merge branch 'v4-dev' into v4-navbars
Diffstat (limited to 'docs/components/dropdowns.md')
-rw-r--r--docs/components/dropdowns.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/dropdowns.md b/docs/components/dropdowns.md
index db26ffe87..68c388f21 100644
--- a/docs/components/dropdowns.md
+++ b/docs/components/dropdowns.md
@@ -37,7 +37,7 @@ And with `<a>` elements:
{% example html %}
<div class="dropdown open">
- <a class="btn btn-secondary dropdown-toggle" href="http://example.com" id="dropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+ <a class="btn btn-secondary dropdown-toggle" href="https://example.com" id="dropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Dropdown link
</a>