From 67245a474f1826bd6ffc774d31209a4da968daf4 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 2 Jul 2017 12:00:24 -0700 Subject: fix some busted links --- docs/4.0/components/carousel.md | 2 +- docs/4.0/content/images.md | 2 +- docs/4.0/content/reboot.md | 2 +- docs/4.0/examples/grid/index.html | 32 -------------------------------- docs/4.0/layout/grid.md | 2 +- docs/4.0/layout/media-object.md | 2 +- 6 files changed, 5 insertions(+), 37 deletions(-) (limited to 'docs') 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`.