diff options
| author | XhmikosR <[email protected]> | 2017-09-26 15:24:14 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-09-26 15:24:14 +0300 |
| commit | 31c872191380d4cd32af379b9d24359d6a9dc34c (patch) | |
| tree | 016ecb150f1e37ad0eb75591a87886b17ec9d124 /js/tests/visual/carousel.html | |
| parent | 3bc94023506d8fb5c61ad01ce9779715ed1e7900 (diff) | |
| download | bootstrap-31c872191380d4cd32af379b9d24359d6a9dc34c.tar.xz bootstrap-31c872191380d4cd32af379b9d24359d6a9dc34c.zip | |
Normalize all links. (#24109)
* use a trailing slash when possible
* use https when possible
* remove a few redirected links
* consistently use `https://popper.js.org/`
* fix `iconUrl` in nuget files
* change Jekyll Windows guide to the official one
Diffstat (limited to 'js/tests/visual/carousel.html')
| -rw-r--r-- | js/tests/visual/carousel.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/js/tests/visual/carousel.html b/js/tests/visual/carousel.html index eae9df705..26fb66c9d 100644 --- a/js/tests/visual/carousel.html +++ b/js/tests/visual/carousel.html @@ -20,13 +20,13 @@ </ol> <div class="carousel-inner"> <div class="carousel-item active"> - <img src="http://i.imgur.com/iEZgY7Y.jpg" alt="First slide"> + <img src="https://i.imgur.com/iEZgY7Y.jpg" alt="First slide"> </div> <div class="carousel-item"> - <img src="http://i.imgur.com/eNWn1Xs.jpg" alt="Second slide"> + <img src="https://i.imgur.com/eNWn1Xs.jpg" alt="Second slide"> </div> <div class="carousel-item"> - <img src="http://i.imgur.com/Nm7xoti.jpg" alt="Third slide"> + <img src="https://i.imgur.com/Nm7xoti.jpg" alt="Third slide"> </div> </div> <a class="carousel-control-prev" href="#carousel-example-generic" role="button" data-slide="prev"> |
