Skip to content

Commit 3d1af0f

Browse files
committed
docs: update links to documentation
1 parent 1035087 commit 3d1af0f

15 files changed

+1679
-14
lines changed

src/pug/views/base/breadcrumb.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ block view
77
.card-header
88
| Bootstrap Breadcrumb
99
.float-end
10-
a(href='http://coreui.io/docs/components/breadcrumb/', target='_blank')
10+
a(href='https://coreui.io/docs/4.0/components/breadcrumb/', target='_blank')
1111
| docs
1212
.card-body
1313
nav(aria-label='breadcrumb', role='navigation')

src/pug/views/base/carousel.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ block view
88
| Carousel
99
span.small.ms-1 slides only
1010
.float-end
11-
a(href='http://coreui.io/docs/components/carousel/', target='_blank')
11+
a(href='https://coreui.io/docs/4.0/components/carousel/', target='_blank')
1212
| docs
1313
.card-body
1414
#carouselExampleSlidesOnly.carousel.slide(data-coreui-ride='carousel')

src/pug/views/base/collapse.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ block view
55
.card-header
66
| Collapse
77
.float-end
8-
a(href='http://coreui.io/docs/components/collapse/', target='_blank')
8+
a(href='https://coreui.io/docs/4.0/components/collapse/', target='_blank')
99
| docs
1010
.card-body
1111
p

src/pug/views/base/list-group.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ block view
77
.card-header
88
| List group
99
.float-end
10-
a(href='http://coreui.io/docs/components/list-group/', target='_blank')
10+
a(href='https://coreui.io/docs/4.0/components/list-group/', target='_blank')
1111
| docs
1212
.card-body
1313
ul.list-group

src/pug/views/base/navs.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ block view
77
.card-header
88
| Navs
99
.float-end
10-
a(href='http://coreui.io/docs/components/navs/', target='_blank')
10+
a(href='https://coreui.io/docs/4.0/components/navs/', target='_blank')
1111
| docs
1212
.card-body
1313
ul.nav

src/pug/views/base/pagination.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ block view
55
.card-header
66
| Pagination
77
.float-end
8-
a(href='http://coreui.io/docs/components/pagination/', target='_blank')
8+
a(href='https://coreui.io/docs/4.0/components/pagination/', target='_blank')
99
| docs
1010
.card-body
1111
nav(aria-label='Page navigation example')

src/pug/views/base/popovers.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ block view
99
.card-header
1010
| Popovers
1111
.float-end
12-
a(href='http://coreui.io/docs/components/popover/popovers.html', target='_blank')
12+
a(href='https://coreui.io/docs/4.0/components/popover/popovers.html', target='_blank')
1313
| docs
1414
.card-body
1515
button.btn.btn-lg.btn-danger(type='button', data-coreui-toggle='popover', title='Popover title', data-coreui-content="And here's some amazing content. It's very engaging. Right?")

src/pug/views/base/progress.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ block view
55
.card-header
66
| Progress
77
.float-end
8-
a(href='http://coreui.io/docs/components/popover/popovers.html', target='_blank')
8+
a(href='https://coreui.io/docs/4.0/components/popover/popovers.html', target='_blank')
99
| docs
1010
.card-body
1111
.progress.mb-3

src/pug/views/base/scrollspy.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ block view
55
.card-header
66
| Scrollspy
77
.float-end
8-
a(href='http://coreui.io/docs/components/scrollspy/', target='_blank')
8+
a(href='https://coreui.io/docs/4.0/components/scrollspy/', target='_blank')
99
| docs
1010
.card-body
1111
nav#navbar-example1.navbar.navbar-light.bg-light(style='padding: .5rem 1rem;')

src/pug/views/base/tooltips.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ block view
99
.card-header
1010
| Tooltips
1111
.float-end
12-
a(href='http://coreui.io/docs/components/tooltips/', target='_blank')
12+
a(href='https://coreui.io/docs/4.0/components/tooltips/', target='_blank')
1313
| docs
1414
.card-body
1515
p.text-medium-emphasis Hover over the links below to see tooltips:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ block view
77
.card-header
88
.fw-semibold Button group
99
.float-end
10-
a(href='http://coreui.io/docs/components/button-group/', target='_blank')
10+
a(href='https://coreui.io/docs/4.0/components/button-group/', target='_blank')
1111
| docs
1212
.card-body
1313
.btn-group(role='group', aria-label='Basic example')

src/pug/views/buttons/dropdowns.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ block view
77
.card-header
88
| Dropdowns
99
.float-end
10-
a(href='http://coreui.io/docs/components/dropdowns/', target='_blank')
10+
a(href='https://coreui.io/docs/4.0/components/dropdowns/', target='_blank')
1111
| docs
1212
.card-body
1313
.row

src/pug/views/notifications/alerts.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ block view
77
.card-header
88
| Bootstrap Alerts
99
.float-end
10-
a(href='http://coreui.io/docs/components/alerts/', target='_blank')
10+
a(href='https://coreui.io/docs/4.0/components/alerts/', target='_blank')
1111
| docs
1212
.card-body
1313
.alert.alert-primary(role='alert')

src/pug/views/notifications/badge.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ block view
77
.card-header
88
| Bootstrap Badges
99
.float-end
10-
a(href='http://coreui.io/docs/components/badge/', target='_blank')
10+
a(href='https://coreui.io/docs/4.0/components/badge/', target='_blank')
1111
| docs
1212
.card-body
1313
h1

0 commit comments

Comments
 (0)