Skip to content

Commit d2e566c

Browse files
authored
docs(carousel): ensure imges are loaded with https
1 parent 9bd97f5 commit d2e566c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components/carousel/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ controls and indicators.
2929
</b-carousel-slide>
3030

3131
<!-- Slides with image only -->
32-
<b-carousel-slide img="http://lorempixel.com/1024/480/technics/8/">
32+
<b-carousel-slide img="https://lorempixel.com/1024/480/technics/8/">
3333
</b-carousel-slide>
3434

3535
<!-- Slide with blank image to maintain aspect ratio -->

0 commit comments

Comments
 (0)