Skip to content

Commit cdfef77

Browse files
committed
chore: fix documentation links
1 parent 281c4b9 commit cdfef77

24 files changed

+24
-29
lines changed

src/views/base/Breadcrumbs.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<CIcon name="cil-justify-center"/><strong> Bootstrap Breadcrumb</strong>
77
<div class="card-header-actions">
88
<a
9-
href="https://coreui.io/vue/docs/3.0/components/Breadcrumb"
9+
href="https://coreui.io/vue/docs/components/breadcrumb"
1010
class="card-header-action"
1111
rel="noreferrer noopener"
1212
target="_blank"

src/views/base/Cards.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Card title
88
<div class="card-header-actions">
99
<a
10-
href="https://coreui.io/vue/docs/3.0/components/CardComponents"
10+
href="https://coreui.io/vue/docs/components/card-components"
1111
class="card-header-action"
1212
rel="noreferrer noopener"
1313
target="_blank"

src/views/base/Carousels.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<strong> Bootstrap Carousel</strong>
88
<div class="card-header-actions">
99
<a
10-
href="https://coreui.io/vue/docs/3.0/components/Carousel"
10+
href="https://coreui.io/vue/docs/components/carousel"
1111
class="card-header-action"
1212
rel="noreferrer noopener"
1313
target="_blank"

src/views/base/Collapses.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<strong> Bootstrap Collapse </strong>
88
<div class="card-header-actions">
99
<a
10-
href="https://coreui.io/vue/docs/3.0/components/Collapse"
10+
href="https://coreui.io/vue/docs/components/collapse"
1111
class="card-header-action"
1212
rel="noreferrer noopener"
1313
target="_blank"

src/views/base/Forms.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<strong>Credit Card </strong> <small>Form</small>
88
<div class="card-header-actions">
99
<a
10-
href="https://coreui.io/vue/docs/3.0/components/FormComponents"
10+
href="https://coreui.io/vue/docs/components/form-components"
1111
class="card-header-action"
1212
rel="noreferrer noopener"
1313
target="_blank"

src/views/base/Jumbotrons.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<strong> Bootstrap Jumbotron </strong>
99
<div class="card-header-actions">
1010
<a
11-
href="https://coreui.io/vue/docs/3.0/components/Jumbotron"
11+
href="https://coreui.io/vue/docs/components/jumbotron"
1212
class="card-header-action"
1313
rel="noreferrer noopener"
1414
target="_blank"

src/views/base/ListGroups.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<strong> Bootstrap list group </strong>
99
<div class="card-header-actions">
1010
<a
11-
href="https://coreui.io/vue/docs/3.0/components/ListGroup"
11+
href="https://coreui.io/vue/docs/components/list-group"
1212
class="card-header-action"
1313
rel="noreferrer noopener"
1414
target="_blank"

src/views/base/Navbars.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<strong> Bootstrap Navbar </strong>
77
<div class="card-header-actions">
88
<a
9-
href="https://coreui.io/vue/docs/3.0/components/Navbar"
9+
href="https://coreui.io/vue/docs/components/navbar"
1010
class="card-header-action"
1111
rel="noreferrer noopener"
1212
target="_blank"

src/views/base/Navs.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<CIcon name="cil-justify-center"/><strong> Bootstrap Navs</strong>
66
<div class="card-header-actions">
77
<a
8-
href="https://coreui.io/vue/docs/3.0/components/Nav"
8+
href="https://coreui.io/vue/docs/components/nav"
99
class="card-header-action"
1010
rel="noreferrer noopener"
1111
target="_blank"

src/views/base/Paginations.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<strong> Responsive bootstrap Pagination</strong>
77
<div class="card-header-actions">
88
<a
9-
href="https://coreui.io/vue/docs/3.0/components/Pagination"
9+
href="https://coreui.io/vue/docs/components/pagination"
1010
class="card-header-action"
1111
rel="noreferrer noopener"
1212
target="_blank"

0 commit comments

Comments
 (0)