Skip to content

Commit

Permalink
docs: update links to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mrholek committed Mar 11, 2021
1 parent 1035087 commit 3d1af0f
Show file tree
Hide file tree
Showing 15 changed files with 1,679 additions and 14 deletions.
2 changes: 1 addition & 1 deletion src/pug/views/base/breadcrumb.pug
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ block view
.card-header
| Bootstrap Breadcrumb
.float-end
a(href='http://coreui.io/docs/components/breadcrumb/', target='_blank')
a(href='https://coreui.io/docs/4.0/components/breadcrumb/', target='_blank')
| docs
.card-body
nav(aria-label='breadcrumb', role='navigation')
Expand Down
2 changes: 1 addition & 1 deletion src/pug/views/base/carousel.pug
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ block view
| Carousel
span.small.ms-1 slides only
.float-end
a(href='http://coreui.io/docs/components/carousel/', target='_blank')
a(href='https://coreui.io/docs/4.0/components/carousel/', target='_blank')
| docs
.card-body
#carouselExampleSlidesOnly.carousel.slide(data-coreui-ride='carousel')
Expand Down
2 changes: 1 addition & 1 deletion src/pug/views/base/collapse.pug
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ block view
.card-header
| Collapse
.float-end
a(href='http://coreui.io/docs/components/collapse/', target='_blank')
a(href='https://coreui.io/docs/4.0/components/collapse/', target='_blank')
| docs
.card-body
p
Expand Down
2 changes: 1 addition & 1 deletion src/pug/views/base/list-group.pug
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ block view
.card-header
| List group
.float-end
a(href='http://coreui.io/docs/components/list-group/', target='_blank')
a(href='https://coreui.io/docs/4.0/components/list-group/', target='_blank')
| docs
.card-body
ul.list-group
Expand Down
2 changes: 1 addition & 1 deletion src/pug/views/base/navs.pug
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ block view
.card-header
| Navs
.float-end
a(href='http://coreui.io/docs/components/navs/', target='_blank')
a(href='https://coreui.io/docs/4.0/components/navs/', target='_blank')
| docs
.card-body
ul.nav
Expand Down
2 changes: 1 addition & 1 deletion src/pug/views/base/pagination.pug
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ block view
.card-header
| Pagination
.float-end
a(href='http://coreui.io/docs/components/pagination/', target='_blank')
a(href='https://coreui.io/docs/4.0/components/pagination/', target='_blank')
| docs
.card-body
nav(aria-label='Page navigation example')
Expand Down
2 changes: 1 addition & 1 deletion src/pug/views/base/popovers.pug
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ block view
.card-header
| Popovers
.float-end
a(href='http://coreui.io/docs/components/popover/popovers.html', target='_blank')
a(href='https://coreui.io/docs/4.0/components/popover/popovers.html', target='_blank')
| docs
.card-body
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?")
Expand Down
2 changes: 1 addition & 1 deletion src/pug/views/base/progress.pug
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ block view
.card-header
| Progress
.float-end
a(href='http://coreui.io/docs/components/popover/popovers.html', target='_blank')
a(href='https://coreui.io/docs/4.0/components/popover/popovers.html', target='_blank')
| docs
.card-body
.progress.mb-3
Expand Down
2 changes: 1 addition & 1 deletion src/pug/views/base/scrollspy.pug
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ block view
.card-header
| Scrollspy
.float-end
a(href='http://coreui.io/docs/components/scrollspy/', target='_blank')
a(href='https://coreui.io/docs/4.0/components/scrollspy/', target='_blank')
| docs
.card-body
nav#navbar-example1.navbar.navbar-light.bg-light(style='padding: .5rem 1rem;')
Expand Down
2 changes: 1 addition & 1 deletion src/pug/views/base/tooltips.pug
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ block view
.card-header
| Tooltips
.float-end
a(href='http://coreui.io/docs/components/tooltips/', target='_blank')
a(href='https://coreui.io/docs/4.0/components/tooltips/', target='_blank')
| docs
.card-body
p.text-medium-emphasis Hover over the links below to see tooltips:
Expand Down
2 changes: 1 addition & 1 deletion src/pug/views/buttons/button-group.pug
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ block view
.card-header
.fw-semibold Button group
.float-end
a(href='http://coreui.io/docs/components/button-group/', target='_blank')
a(href='https://coreui.io/docs/4.0/components/button-group/', target='_blank')
| docs
.card-body
.btn-group(role='group', aria-label='Basic example')
Expand Down
2 changes: 1 addition & 1 deletion src/pug/views/buttons/dropdowns.pug
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ block view
.card-header
| Dropdowns
.float-end
a(href='http://coreui.io/docs/components/dropdowns/', target='_blank')
a(href='https://coreui.io/docs/4.0/components/dropdowns/', target='_blank')
| docs
.card-body
.row
Expand Down
2 changes: 1 addition & 1 deletion src/pug/views/notifications/alerts.pug
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ block view
.card-header
| Bootstrap Alerts
.float-end
a(href='http://coreui.io/docs/components/alerts/', target='_blank')
a(href='https://coreui.io/docs/4.0/components/alerts/', target='_blank')
| docs
.card-body
.alert.alert-primary(role='alert')
Expand Down
2 changes: 1 addition & 1 deletion src/pug/views/notifications/badge.pug
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ block view
.card-header
| Bootstrap Badges
.float-end
a(href='http://coreui.io/docs/components/badge/', target='_blank')
a(href='https://coreui.io/docs/4.0/components/badge/', target='_blank')
| docs
.card-body
h1
Expand Down
Loading

0 comments on commit 3d1af0f

Please sign in to comment.