From b2c1e89c6aad91651984b80e510c4708a83ac651 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 29 May 2017 11:38:06 -0700 Subject: [PATCH] update urls --- docs/4.0/browser-bugs.md | 2 +- docs/4.0/components/button-group.md | 2 +- docs/4.0/components/card.md | 6 +++--- docs/4.0/components/carousel.md | 2 +- docs/4.0/components/collapse.md | 2 +- docs/4.0/components/forms.md | 12 ++++++------ docs/4.0/components/list-group.md | 4 ++-- docs/4.0/components/modal.md | 4 ++-- docs/4.0/components/navs.md | 6 +++--- docs/4.0/components/pagination.md | 2 +- docs/4.0/components/popovers.md | 2 +- docs/4.0/components/progress.md | 2 +- docs/4.0/components/scrollspy.md | 2 +- docs/4.0/content/figures.md | 2 +- docs/4.0/content/images.md | 4 ++-- docs/4.0/content/reboot.md | 8 ++++---- docs/4.0/content/tables.md | 2 +- docs/4.0/content/typography.md | 6 +++--- docs/4.0/getting-started/browsers-devices.md | 2 +- docs/4.0/getting-started/download.md | 2 +- docs/4.0/getting-started/introduction.md | 6 +++--- docs/4.0/layout/grid.md | 10 +++++----- docs/4.0/layout/media-object.md | 4 ++-- docs/4.0/migration.md | 4 ++-- docs/4.0/utilities/screenreaders.md | 2 +- 25 files changed, 50 insertions(+), 50 deletions(-) diff --git a/docs/4.0/browser-bugs.md b/docs/4.0/browser-bugs.md index f02cb9a37e..1d8acc18b1 100644 --- a/docs/4.0/browser-bugs.md +++ b/docs/4.0/browser-bugs.md @@ -6,7 +6,7 @@ group: browser-bugs Bootstrap currently works around several outstanding browser bugs in major browsers to deliver the best cross-browser experience possible. Some bugs, like those listed below, cannot be solved by us. -We publicly list browser bugs that are impacting us here, in the hopes of expediting the process of fixing them. For information on Bootstrap's browser compatibility, [see our browser compatibility docs]({{ site.baseurl }}/getting-started/browsers-devices/#supported-browsers). +We publicly list browser bugs that are impacting us here, in the hopes of expediting the process of fixing them. For information on Bootstrap's browser compatibility, [see our browser compatibility docs]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/browsers-devices/#supported-browsers). See also: diff --git a/docs/4.0/components/button-group.md b/docs/4.0/components/button-group.md index f328b94227..e702bb76e9 100644 --- a/docs/4.0/components/button-group.md +++ b/docs/4.0/components/button-group.md @@ -8,7 +8,7 @@ toc: true ## Basic example -Wrap a series of buttons with `.btn` in `.btn-group`. Add on optional JavaScript radio and checkbox style behavior with [our buttons plugin]({{ site.baseurl }}/components/buttons/#button-plugin). +Wrap a series of buttons with `.btn` in `.btn-group`. Add on optional JavaScript radio and checkbox style behavior with [our buttons plugin]({{ site.baseurl }}/docs/{{ site.docs_version }}/components/buttons/#button-plugin). {% example html %}
diff --git a/docs/4.0/components/card.md b/docs/4.0/components/card.md index ff3096ec2b..861378560d 100644 --- a/docs/4.0/components/card.md +++ b/docs/4.0/components/card.md @@ -206,7 +206,7 @@ Using the grid, wrap cards in columns and rows as needed. ### Using utilities -Use our handful of [available sizing utilities]({{ site.baseurl }}/utilities/sizing/) to quickly set a card's width. +Use our handful of [available sizing utilities]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/sizing/) to quickly set a card's width. {% example html %}
@@ -242,7 +242,7 @@ Use custom CSS in your stylesheets or as inline styles to set a width. ## Text alignment -You can quickly change the text alignment of any card—in its entirety or specific parts—with our [text align classes]({{ site.baseurl }}/utilities/typography/#text-alignment). +You can quickly change the text alignment of any card—in its entirety or specific parts—with our [text align classes]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/typography/#text-alignment). {% example html %}
@@ -272,7 +272,7 @@ You can quickly change the text alignment of any card—in its entirety or speci ## Navigation -Add some navigation to a card's header (or block) with Bootstrap's [nav components]({{ site.baseurl }}/components/navs/). +Add some navigation to a card's header (or block) with Bootstrap's [nav components]({{ site.baseurl }}/docs/{{ site.docs_version }}/components/navs/). {% example html %}
diff --git a/docs/4.0/components/carousel.md b/docs/4.0/components/carousel.md index ae82eb08f5..0846a68be1 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 }}/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-property/). We hide them initially with `.d-none` and bring them back on medium-sized devices with `.d-md-block`.