diff options
| author | Mark Otto <[email protected]> | 2017-07-02 12:00:24 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-07-02 12:00:24 -0700 |
| commit | 67245a474f1826bd6ffc774d31209a4da968daf4 (patch) | |
| tree | 4b266d0dd760b0fa253dc92f0e1ce9f8ad272f9a /docs/4.0/components | |
| parent | ad15fc028095183ec5023d0ba1b7dffd93a5716d (diff) | |
| download | bootstrap-67245a474f1826bd6ffc774d31209a4da968daf4.tar.xz bootstrap-67245a474f1826bd6ffc774d31209a4da968daf4.zip | |
fix some busted links
Diffstat (limited to 'docs/4.0/components')
| -rw-r--r-- | docs/4.0/components/carousel.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/components/carousel.md b/docs/4.0/components/carousel.md index 0846a68be..29802f466 100644 --- a/docs/4.0/components/carousel.md +++ b/docs/4.0/components/carousel.md @@ -109,7 +109,7 @@ The `.active` class needs to be added to one of the slides. Otherwise, the carou ### With captions -Add captions to your slides easily with the `.carousel-caption` element within any `.carousel-item`. They can be easily hidden on smaller viewports, as shown below, with optional [display utilities]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/display-property/). We hide them initially with `.d-none` and bring them back on medium-sized devices with `.d-md-block`. +Add captions to your slides easily with the `.carousel-caption` element within any `.carousel-item`. They can be easily hidden on smaller viewports, as shown below, with optional [display utilities]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/display/). We hide them initially with `.d-none` and bring them back on medium-sized devices with `.d-md-block`. <div class="bd-example"> <div id="carouselExampleCaptions" class="carousel slide" data-ride="carousel"> |
