Skip to content

Commit 9d0798b

Browse files
committed
fix: update broken links to documentation
1 parent 936f489 commit 9d0798b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+19934
-2458
lines changed

src/pug/views/base/cards.pug

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ block view
1212
.card-body
1313
p.text-medium-emphasis.small
1414
| Cards are built with as little markup and styles as possible but still manage to deliver a bunch of control and customization. Built with flexbox, they offer easy alignment and mix well with other Bootstrap components. Cards have no top, left, and right margins by default, so use
15-
a(href='https://coreui.io/docs/4.0/docs/4.0/utilities/spacing/') spacing utilities
15+
a(href='https://coreui.io/docs/4.0/utilities/spacing/') spacing utilities
1616
| as needed. They have no fixed width to start, so they’ll fill the full width of its parent.
1717
p.text-medium-emphasis.small
1818
| Below is an example of a basic card with mixed content and a fixed width. Cards have no fixed width to start, so they’ll naturally fill the full width of its parent element. This is easily customized with our various
@@ -223,7 +223,7 @@ block view
223223
.card-body
224224
p.text-medium-emphasis.small
225225
| Use some of
226-
a(href='https://coreui.io/docs/4.0/docs/4.0/utilities/sizing/') available sizing utilities
226+
a(href='https://coreui.io/docs/4.0/utilities/sizing/') available sizing utilities
227227
| to rapidly set a card’s width.
228228
+example()
229229
.card.w-75.mb-3
@@ -255,7 +255,7 @@ block view
255255
.card-body
256256
p.text-medium-emphasis.small
257257
| You can instantly change the text arrangement of any card—in its whole or specific parts—with
258-
a(href='https://coreui.io/docs/4.0/docs/4.0/utilities/text/#text-alignment') text align classes
258+
a(href='https://coreui.io/docs/4.0/utilities/text/#text-alignment') text align classes
259259
| .
260260
+example()
261261
.card.mb-3(style='width: 18rem;')
@@ -280,7 +280,7 @@ block view
280280
.card-body
281281
p.text-medium-emphasis.small
282282
| Add some navigation to a card’s header (or block) with Bootstrap’s
283-
a(href='https://coreui.io/docs/4.0/docs/4.0/components/navs-tabs/') nav components
283+
a(href='https://coreui.io/docs/4.0/components/navs-tabs/') nav components
284284
| .
285285
+example()
286286
.card.text-center
@@ -386,9 +386,9 @@ block view
386386
p.text-medium-emphasis.small
387387
| Cards include various options for customizing their backgrounds, borders, and color.
388388
| Use
389-
a(href='https://coreui.io/docs/4.0/docs/4.0/utilities/colors/') text color
389+
a(href='https://coreui.io/docs/4.0/utilities/colors/') text color
390390
| and
391-
a(href='https://coreui.io/docs/4.0/docs/4.0/utilities/background/') background utilities
391+
a(href='https://coreui.io/docs/4.0/utilities/background/') background utilities
392392
| to change the appearance of a card.
393393
+example()
394394
.row
@@ -455,7 +455,7 @@ block view
455455
.card-body
456456
p.text-medium-emphasis.small
457457
| Use
458-
a(href='https://coreui.io/docs/4.0/docs/4.0/utilities/borders/') border utilities
458+
a(href='https://coreui.io/docs/4.0/utilities/borders/') border utilities
459459
| to change just the
460460
code border-color
461461
| of a card. Note that you can put
@@ -528,7 +528,7 @@ block view
528528
.card-body
529529
p.text-medium-emphasis.small
530530
| Use
531-
a(href='https://coreui.io/docs/4.0/docs/4.0/utilities/borders/') border utilities
531+
a(href='https://coreui.io/docs/4.0/utilities/borders/') border utilities
532532
| to change just the
533533
code border-top-color
534534
| of a card. Note that you can put
@@ -683,7 +683,7 @@ block view
683683
.card-body
684684
p.text-medium-emphasis.small
685685
| Use the Bootstrap grid system and its
686-
a(href='https://coreui.io/docs/4.0/docs/4.0/layout/grid/#row-columns')
686+
a(href='https://coreui.io/docs/4.0/layout/grid/#row-columns')
687687
code .row-cols
688688
| classes
689689
| to control how many grid columns (wrapped around your cards) you show per row. For example, here’s

src/pug/views/base/carousel.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ block view
118118
| element within any
119119
code .carousel-item
120120
| . They can be immediately hidden on smaller viewports, as shown below, with optional
121-
a(href='https://coreui.io/docs/4.0/docs/4.0/utilities/display/') display utilities
121+
a(href='https://coreui.io/docs/4.0/utilities/display/') display utilities
122122
| . We hide them with
123123
code .d-none
124124
| and draw them back on medium-sized devices with

src/pug/views/base/navs.pug

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ block view
6060
.card-body
6161
p.text-medium-emphasis.small
6262
| Change the horizontal alignment of your nav with
63-
a(href='https://coreui.io/docs/4.0/docs/4.0/layout/grid/#horizontal-alignment') flexbox utilities
63+
a(href='https://coreui.io/docs/4.0/layout/grid/#horizontal-alignment') flexbox utilities
6464
| . By default, navs are left-aligned, but you can easily change them to center or right aligned.
6565
p.text-medium-emphasis.small
6666
| Centered with
@@ -243,7 +243,7 @@ block view
243243
.card-body
244244
p.text-medium-emphasis.small
245245
| If you need responsive nav variations, consider using a series of
246-
a(href='https://coreui.io/docs/4.0/docs/4.0/utilities/flex/') flexbox utilities
246+
a(href='https://coreui.io/docs/4.0/utilities/flex/') flexbox utilities
247247
| . While more verbose, these utilities offer greater customization across responsive breakpoints. In the example below, our nav will be stacked on the lowest breakpoint, then adapt to a horizontal layout that fills the available width starting from the small breakpoint.
248248
+example()
249249
nav.nav.nav-pills.flex-column.flex-sm-row

src/pug/views/base/pagination.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ block view
173173
.card-body
174174
p.text-medium-emphasis.small
175175
| Change the alignment of pagination components with
176-
a(href='https://coreui.io/docs/4.0/docs/4.0/utilities/flex/') flexbox utilities
176+
a(href='https://coreui.io/docs/4.0/utilities/flex/') flexbox utilities
177177
| .
178178
+example()
179179
nav(aria-label='Page navigation example')

src/pug/views/base/progress.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ block view
3434
.progress-bar(role='progressbar' style='width: 100%' aria-valuenow='100' aria-valuemin='0' aria-valuemax='100')
3535
p.text-medium-emphasis.small
3636
| Bootstrap provides a handful of
37-
a(href='https://coreui.io/docs/4.0/docs/4.0/utilities/sizing/') utilities for setting width
37+
a(href='https://coreui.io/docs/4.0/utilities/sizing/') utilities for setting width
3838
| . Depending on your needs, these may help with quickly configuring progress.
3939
+example()
4040
.progress

src/pug/views/base/spinners.pug

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ block view
2828
| for its
2929
code border-color
3030
| , meaning you can customize the color with
31-
a(href='https://coreui.io/docs/4.0/docs/4.0/utilities/colors/') text color utilities
31+
a(href='https://coreui.io/docs/4.0/utilities/colors/') text color utilities
3232
| . You can use any of our text color utilities on the standard spinner.
3333
+example()
3434
.spinner-border.text-primary(role='status')
@@ -62,7 +62,7 @@ block view
6262
| Once again, this spinner is built with
6363
code currentColor
6464
| , so you can easily change its appearance with
65-
a(href='https://coreui.io/docs/4.0/docs/4.0/utilities/colors/') text color utilities
65+
a(href='https://coreui.io/docs/4.0/utilities/colors/') text color utilities
6666
| . Here it is in blue, along with the supported variants.
6767
+example()
6868
.spinner-grow.text-primary(role='status')
@@ -103,7 +103,7 @@ block view
103103
.card-body
104104
p
105105
| Use
106-
a(href='https://coreui.io/docs/4.0/docs/4.0/utilities/spacing/') margin utilities
106+
a(href='https://coreui.io/docs/4.0/utilities/spacing/') margin utilities
107107
| like
108108
code .m-5
109109
| for easy spacing.
@@ -118,11 +118,11 @@ block view
118118
.card-body
119119
p
120120
| Use
121-
a(href='https://coreui.io/docs/4.0/docs/4.0/utilities/flex/') flexbox utilities
121+
a(href='https://coreui.io/docs/4.0/utilities/flex/') flexbox utilities
122122
| ,
123-
a(href='https://coreui.io/docs/4.0/docs/4.0/utilities/float/') float utilities
123+
a(href='https://coreui.io/docs/4.0/utilities/float/') float utilities
124124
| , or
125-
a(href='https://coreui.io/docs/4.0/docs/4.0/content/typography/') text alignment
125+
a(href='https://coreui.io/docs/4.0/content/typography/') text alignment
126126
| utilities to place spinners exactly where you need them in any situation.
127127
h4#flex
128128
| Flex

src/pug/views/base/tables.pug

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ block view
342342
td(colspan='2') Larry the Bird
343343
td @twitter
344344
p
345-
a(href='https://coreui.io/docs/4.0/docs/4.0/utilities/borders/#border-color') Border color utilities
345+
a(href='https://coreui.io/docs/4.0/utilities/borders/#border-color') Border color utilities
346346
| can be added to change colors:
347347
+example()
348348
table.table.table-bordered.border-primary
@@ -499,7 +499,7 @@ block view
499499
code
500500
= '<table>'
501501
| and are aligned to the the top by default. Use the
502-
a(href='https://coreui.io/docs/4.0/docs/4.0/utilities/vertical-align/') vertical align
502+
a(href='https://coreui.io/docs/4.0/utilities/vertical-align/') vertical align
503503
| classes to re-align where needed.
504504
+example()
505505
.table-responsive

src/pug/views/buttons/button-group.pug

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ block view
1818
| in
1919
code .btn-group
2020
| . Add on optional JavaScript radio and checkbox style behavior with
21-
a(href='https://coreui.io/docs/4.0/docs/4.0/components/buttons/#button-plugin') our buttons plugin
21+
a(href='https://coreui.io/docs/4.0/components/buttons/#button-plugin') our buttons plugin
2222
| .
2323
+example()
2424
.btn-group(role='group' aria-label='Basic example')
@@ -27,7 +27,7 @@ block view
2727
button.btn.btn-primary(type='button') Right
2828
p.text-medium-emphasis.small
2929
| These classes can also be added to groups of links, as an alternative to the
30-
a(href='https://coreui.io/docs/4.0/docs/4.0/components/navs-tabs/')
30+
a(href='https://coreui.io/docs/4.0/components/navs-tabs/')
3131
code .nav
3232
| navigation components
3333
| .
@@ -65,7 +65,7 @@ block view
6565
.card-body
6666
p.text-medium-emphasis.small
6767
| Combine button-like checkbox and radio
68-
a(href='https://coreui.io/docs/4.0/docs/4.0/forms/checks-radios/') toggle buttons
68+
a(href='https://coreui.io/docs/4.0/forms/checks-radios/') toggle buttons
6969
| into a seamless looking button group.
7070
+example()
7171
.btn-group(role='group' aria-label='Basic checkbox toggle button group')

src/pug/views/buttons/dropdowns.pug

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ block view
730730
.card-body
731731
p.text-medium-emphasis.small
732732
| Place any freeform text within a dropdown menu with text and use
733-
a(href='https://coreui.io/docs/4.0/docs/4.0/utilities/spacing/') spacing utilities
733+
a(href='https://coreui.io/docs/4.0/utilities/spacing/') spacing utilities
734734
| . Note that you’ll likely need additional sizing styles to constrain the menu width.
735735
+example()
736736
.dropdown-menu.p-4.text-muted(style='max-width: 200px;')
@@ -746,7 +746,7 @@ block view
746746
.card-body
747747
p.text-medium-emphasis.small
748748
| Put a form within a dropdown menu, or make it into a dropdown menu, and use
749-
a(href='https://coreui.io/docs/4.0/docs/4.0/utilities/spacing/') margin or padding utilities
749+
a(href='https://coreui.io/docs/4.0/utilities/spacing/') margin or padding utilities
750750
| to give it the negative space you require.
751751
+example()
752752
.dropdown-menu

src/pug/views/forms/checks-radios.pug

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ block view
203203
| for checkboxes and radios that have no label text. Remember to still provide some form of accessible name for assistive technologies (for instance, using
204204
code aria-label
205205
| ). See the
206-
a(href='https://coreui.io/docs/4.0/docs/4.0/forms/overview/#accessibility') forms overview accessibility
206+
a(href='https://coreui.io/docs/4.0/forms/overview/#accessibility') forms overview accessibility
207207
| section for details.
208208
+example()
209209
div
@@ -225,7 +225,7 @@ block view
225225
code
226226
= '<label>'
227227
| elements. These toggle buttons can further be grouped in a
228-
a(href='https://coreui.io/docs/4.0/docs/4.0/components/button-group/') button group
228+
a(href='https://coreui.io/docs/4.0/components/button-group/') button group
229229
| if needed.
230230
h3#checkbox-toggle-buttons
231231
| Checkbox toggle buttons

0 commit comments

Comments
 (0)