diff options
| author | Swardu <[email protected]> | 2018-04-12 12:56:33 +0200 |
|---|---|---|
| committer | Patrick H. Lauke <[email protected]> | 2018-04-12 11:56:33 +0100 |
| commit | c3caf7ee4e1e6403169ec36e1b1bef36f894c16a (patch) | |
| tree | 40575fd4d35c1933b78925cd935e27336b19fde7 /js/tests | |
| parent | 418fd76ba97358730e4ae7fd28f73dbb5e275fbd (diff) | |
| download | bootstrap-c3caf7ee4e1e6403169ec36e1b1bef36f894c16a.tar.xz bootstrap-c3caf7ee4e1e6403169ec36e1b1bef36f894c16a.zip | |
Docs/examples: change links to Sass documentation and example.com to https
Diffstat (limited to 'js/tests')
| -rw-r--r-- | js/tests/visual/dropdown.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/visual/dropdown.html b/js/tests/visual/dropdown.html index e3bacc295..3aaf86d9f 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> |
