Skip to content

Commit 1ff65e5

Browse files
authored
Merge pull request #2189 from REJack/v3-dev
fixed placehold.it link
2 parents 8c08ab1 + e9b7ad1 commit 1ff65e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/UI/general.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1298,13 +1298,13 @@ <h3 class="card-title">Carousel</h3>
12981298
</ol>
12991299
<div class="carousel-inner">
13001300
<div class="carousel-item active">
1301-
<img class="d-block w-100" src="http://placehold.it/900x500/39CCCC/ffffff&text=I+Love+Bootstrap" alt="First slide">
1301+
<img class="d-block w-100" src="https://placehold.it/900x500/39CCCC/ffffff&text=I+Love+Bootstrap" alt="First slide">
13021302
</div>
13031303
<div class="carousel-item">
1304-
<img class="d-block w-100" src="http://placehold.it/900x500/3c8dbc/ffffff&text=I+Love+Bootstrap" alt="Second slide">
1304+
<img class="d-block w-100" src="https://placehold.it/900x500/3c8dbc/ffffff&text=I+Love+Bootstrap" alt="Second slide">
13051305
</div>
13061306
<div class="carousel-item">
1307-
<img class="d-block w-100" src="http://placehold.it/900x500/f39c12/ffffff&text=I+Love+Bootstrap" alt="Third slide">
1307+
<img class="d-block w-100" src="https://placehold.it/900x500/f39c12/ffffff&text=I+Love+Bootstrap" alt="Third slide">
13081308
</div>
13091309
</div>
13101310
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">

0 commit comments

Comments
 (0)