Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorSwardu <ori.ginalhugop@gmail.com>2018-04-12 13:56:33 +0300
committerPatrick H. Lauke <redux@splintered.co.uk>2018-04-12 13:56:33 +0300
commitc3caf7ee4e1e6403169ec36e1b1bef36f894c16a (patch)
tree40575fd4d35c1933b78925cd935e27336b19fde7 /js
parent418fd76ba97358730e4ae7fd28f73dbb5e275fbd (diff)
Docs/examples: change links to Sass documentation and example.com to https
Diffstat (limited to 'js')
-rw-r--r--js/tests/visual/dropdown.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/visual/dropdown.html b/js/tests/visual/dropdown.html
index e3bacc2950..3aaf86d9fe 100644
--- a/js/tests/visual/dropdown.html
+++ b/js/tests/visual/dropdown.html
@@ -50,7 +50,7 @@
<a class="nav-link" href="#">Link</a>
</li>
<li class="nav-item dropdown">
- <a class="nav-link dropdown-toggle" href="http://example.com" id="dropdown2" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Dropdown</a>
+ <a class="nav-link dropdown-toggle" href="https://example.com" id="dropdown2" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Dropdown</a>
<div class="dropdown-menu" aria-labelledby="dropdown2">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>