Skip to content

Commit a534bcb

Browse files
Hiwsjacobmllr95
andauthored
Update all bootstrap doc links to latest version (#5450)
Co-authored-by: Jacob Müller <jacob.mueller.elz@gmail.com>
1 parent de0f2c6 commit a534bcb

File tree

8 files changed

+34
-34
lines changed

8 files changed

+34
-34
lines changed

docs/markdown/intro/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Learn more about [box model and sizing at CSS Tricks](https://css-tricks.com/box
110110
### Style reboot
111111

112112
For improved cross-browser rendering, Bootstrap v{{ bootstrapVersionMinor }} uses
113-
[Reboot](https://getbootstrap.com/docs/4.3/content/reboot/) to correct inconsistencies across
113+
[Reboot](https://getbootstrap.com/docs/4.5/content/reboot/) to correct inconsistencies across
114114
browsers and devices while providing slightly more opinionated resets to common
115115
<abbr title="Hyper Text markup Language">HTML</abbr> elements.
116116

docs/markdown/reference/accessibility/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Steps you should do for testing:
111111

112112
## Additional resources
113113

114-
- [Bootstrap v4 Accessibility Documentation](https://getbootstrap.com/docs/4.4/getting-started/accessibility/)
114+
- [Bootstrap v4 Accessibility Documentation](https://getbootstrap.com/docs/4.5/getting-started/accessibility/)
115115
- [Web Content Accessibility Guidelines (WCAG) 2.0](https://www.w3.org/TR/WCAG20/)
116116
- [The A11Y Project](https://a11yproject.com/)
117117
- [MDN accessibility documentation](https://developer.mozilla.org/en-US/docs/Web/Accessibility)

docs/markdown/reference/starter-templates/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ references will be handy starting points:
9595

9696
- BootstrapVue's [Theming](/docs/reference/theming) reference section
9797
- Official Bootstrap
98-
[Theming Bootstrap ](https://getbootstrap.com/docs/4.3/getting-started/theming/) guide
98+
[Theming Bootstrap ](https://getbootstrap.com/docs/4.5/getting-started/theming/) guide
9999

100100
## Individual component import
101101

docs/markdown/reference/theming/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The default them colors defined in the Bootstrap v4.4 SCSS are as follows:
7878
Various components will use variations (intensities) of these default theme colors.
7979

8080
You can alter the theme colors, and create additional theme colors, as needed via SASS variables and
81-
maps. Refer to the [Bootstrap theming](https://getbootstrap.com/docs/4.4/getting-started/theming/)
81+
maps. Refer to the [Bootstrap theming](https://getbootstrap.com/docs/4.5/getting-started/theming/)
8282
docs for more details. All theme colors automatically become available as
8383
[color variants](/docs/reference/color-variants) to all BootstrapVue components.
8484

@@ -97,10 +97,10 @@ Some commonly used Bootstrap v4 variables are:
9797
| `$enable-shadows` | Boolean | `false` | Enables predefined `box-shadow` styles on various components |
9898
| `$enable-gradients` | Boolean | `false` | Enables predefined gradients via `background-image` styles on various components |
9999
| `$enable-transitions` | Boolean | `true` | Enables predefined `transition`s on various components |
100-
| `$enable-responsive-font-sizes` | Boolean | `false` | Enables [responsive font sizes](https://getbootstrap.com/docs/4.4/content/typography/#responsive-font-sizes) |
100+
| `$enable-responsive-font-sizes` | Boolean | `false` | Enables [responsive font sizes](https://getbootstrap.com/docs/4.5/content/typography/#responsive-font-sizes) |
101101
| `$enable-validation-icons` | Boolean | `true` | Enables `background-image` icons within textual inputs and some custom forms for validation states |
102102

103-
Refer to [Bootstrap's theming](https://getbootstrap.com/docs/4.4/getting-started/theming/) docs for
103+
Refer to [Bootstrap's theming](https://getbootstrap.com/docs/4.5/getting-started/theming/) docs for
104104
additional Bootstrap v4 variable information.
105105

106106
### BootstrapVue SASS variables
@@ -292,4 +292,4 @@ documentation.
292292
[BootstrapVue settings](/docs/reference/settings) page on how to update BootstrapVue `<b-col>` and
293293
`<b-form-group>` breakpoint specific props.
294294
- For more details on theming Bootstrap's SCSS/CSS, refer to the
295-
[**Official Bootstrap v4 Theming Documentation**](https://getbootstrap.com/docs/4.4/getting-started/theming/).
295+
[**Official Bootstrap v4 Theming Documentation**](https://getbootstrap.com/docs/4.5/getting-started/theming/).

docs/markdown/reference/utility-classes/README.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,30 @@
77

88
The following are convenience links to Bootstrap v4's documentation:
99

10-
- [Border utilities](https://getbootstrap.com/docs/4.4/utilities/borders/)
11-
- [Clearfix utilities](https://getbootstrap.com/docs/4.4/utilities/clearfix/)
12-
- [Close icon utilities](https://getbootstrap.com/docs/4.4/utilities/close-icon/)
13-
- [Color utilities](https://getbootstrap.com/docs/4.4/utilities/colors/)
14-
- [Display utilities](https://getbootstrap.com/docs/4.4/utilities/display/)
15-
- [Embed utilities](https://getbootstrap.com/docs/4.4/utilities/embed/)
16-
- [Flex utilities](https://getbootstrap.com/docs/4.4/utilities/flex/)
17-
- [Float utilities](https://getbootstrap.com/docs/4.4/utilities/float/)
18-
- [Image replacement utilities](https://getbootstrap.com/docs/4.4/utilities/image-replacement/)
19-
- [Overflow utilities](https://getbootstrap.com/docs/4.4/utilities/overflow/)
20-
- [Position utilities](https://getbootstrap.com/docs/4.4/utilities/position/)
21-
- [Screen reader utilities](https://getbootstrap.com/docs/4.4/utilities/screen-readers/)
22-
- [Shadow utilities](https://getbootstrap.com/docs/4.4/utilities/shadows/)
23-
- [Sizing utilities](https://getbootstrap.com/docs/4.4/utilities/sizing/)
24-
- [Spacing utilities](https://getbootstrap.com/docs/4.4/utilities/spacing/)
25-
- [Stretched link utilities](https://getbootstrap.com/docs/4.4/utilities/stretched-link/)
26-
- [Text utilities](https://getbootstrap.com/docs/4.4/utilities/text/)
27-
- [Vertical align utilities](https://getbootstrap.com/docs/4.4/utilities/vertical-align/)
28-
- [Visibility utilities](https://getbootstrap.com/docs/4.4/utilities/visibility/)
10+
- [Border utilities](https://getbootstrap.com/docs/4.5/utilities/borders/)
11+
- [Clearfix utilities](https://getbootstrap.com/docs/4.5/utilities/clearfix/)
12+
- [Close icon utilities](https://getbootstrap.com/docs/4.5/utilities/close-icon/)
13+
- [Color utilities](https://getbootstrap.com/docs/4.5/utilities/colors/)
14+
- [Display utilities](https://getbootstrap.com/docs/4.5/utilities/display/)
15+
- [Embed utilities](https://getbootstrap.com/docs/4.5/utilities/embed/)
16+
- [Flex utilities](https://getbootstrap.com/docs/4.5/utilities/flex/)
17+
- [Float utilities](https://getbootstrap.com/docs/4.5/utilities/float/)
18+
- [Image replacement utilities](https://getbootstrap.com/docs/4.5/utilities/image-replacement/)
19+
- [Overflow utilities](https://getbootstrap.com/docs/4.5/utilities/overflow/)
20+
- [Position utilities](https://getbootstrap.com/docs/4.5/utilities/position/)
21+
- [Screen reader utilities](https://getbootstrap.com/docs/4.5/utilities/screen-readers/)
22+
- [Shadow utilities](https://getbootstrap.com/docs/4.5/utilities/shadows/)
23+
- [Sizing utilities](https://getbootstrap.com/docs/4.5/utilities/sizing/)
24+
- [Spacing utilities](https://getbootstrap.com/docs/4.5/utilities/spacing/)
25+
- [Stretched link utilities](https://getbootstrap.com/docs/4.5/utilities/stretched-link/)
26+
- [Text utilities](https://getbootstrap.com/docs/4.5/utilities/text/)
27+
- [Vertical align utilities](https://getbootstrap.com/docs/4.5/utilities/vertical-align/)
28+
- [Visibility utilities](https://getbootstrap.com/docs/4.5/utilities/visibility/)
2929

3030
Bootstrap v4 also has defined typography styles and classes for various native HTML elements. You
3131
can find out more at the following links:
3232

33-
- [Reboot](https://getbootstrap.com/docs/4.4/content/reboot/)
34-
- [Typography](https://getbootstrap.com/docs/4.4/content/typography/)
35-
- [Code](https://getbootstrap.com/docs/4.4/content/code/)
36-
- [Figures](https://getbootstrap.com/docs/4.4/content/figures/)
33+
- [Reboot](https://getbootstrap.com/docs/4.5/content/reboot/)
34+
- [Typography](https://getbootstrap.com/docs/4.5/content/typography/)
35+
- [Code](https://getbootstrap.com/docs/4.5/content/code/)
36+
- [Figures](https://getbootstrap.com/docs/4.5/content/figures/)

src/components/form-group/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ the `<b-form-group>` _as well as_ the input.
257257
Feedback will be shown if the parent `<b-form>` component does _not_ have the `novalidate` prop set
258258
(or set to `false`) along with the `validated` prop set (and the input fails or passes native
259259
browser validation constraints such as `required`). Refer to Bootstrap v4's
260-
[Form component](https://getbootstrap.com/docs/4.4/components/forms/#validation) documentation for
260+
[Form component](https://getbootstrap.com/docs/4.5/components/forms/#validation) documentation for
261261
details on validation methods.
262262

263263
You should always provide content via the `invalid-feedback` prop (or slot) to aid users using

src/components/form/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ of three contextual states:
345345
- `null` Displays no validation state (neither valid nor invalid)
346346

347347
Refer to the
348-
[Bootstrap v4 Form Validation Documentation](https://getbootstrap.com/docs/4.4/components/forms/#validation)
348+
[Bootstrap v4 Form Validation Documentation](https://getbootstrap.com/docs/4.5/components/forms/#validation)
349349
for details on the new Bootstrap v4 validation states.
350350

351351
### Validation mechanisms
@@ -356,7 +356,7 @@ Using 3<sup>rd</sup> party Vue-based validation libraries with BootstrapVue:
356356

357357
Additional resources:
358358

359-
- [Bootstrap v4: Form Validation Documentation](https://getbootstrap.com/docs/4.4/components/forms/#validation)
359+
- [Bootstrap v4: Form Validation Documentation](https://getbootstrap.com/docs/4.5/components/forms/#validation)
360360
- [MDN: Learn Form Validation - Using JavaScript API](https://developer.mozilla.org/en-US/docs/Learn/HTML/Forms/Form_validation#Validating_forms_using_JavaScript)
361361
- [MDN: HTML5 Constraint Validation](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5/Constraint_validation)
362362
- [MDN: Validity State API](https://developer.mozilla.org/en-US/docs/Web/API/ValidityState)

src/components/layout/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ width.
295295

296296
Create equal-width columns that span multiple lines by inserting a `.w-100` where you want the
297297
columns to break to a new line. Make the breaks responsive by mixing `.w-100` with some
298-
[responsive display utilities](https://getbootstrap.com/docs/4.3/utilities/display/).
298+
[responsive display utilities](https://getbootstrap.com/docs/4.5/utilities/display/).
299299

300300
There was a [Safari flexbox bug](https://github.com/philipwalton/flexbugs#flexbug-11) that prevented
301301
this from working without an explicit `flex-basis` or `border`. There are workarounds for older

0 commit comments

Comments
 (0)