Skip to content

Commit 7fce1c7

Browse files
committed
docs: update the links to the documentation
1 parent 8e41282 commit 7fce1c7

Some content is hidden

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

70 files changed

+833
-833
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ free-bootstrap-admin-template/
134134

135135
## Documentation
136136

137-
The documentation for the CoreUI Free Bootstrap Admin Template is hosted at our website [CoreUI](https://coreui.io/docs/templates/installation/)
137+
The documentation for the CoreUI Free Bootstrap Admin Template is hosted at our website [CoreUI](https://coreui.io/bootstrap/docs/templates/installation/)
138138

139139
## Components
140140

src/pug/_partials/footer.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ footer.footer.px-4
55
| © 2025 creativeLabs.
66
div.ms-auto
77
| Powered by 
8-
a(href='https://coreui.io/docs/') CoreUI UI Components
8+
a(href='https://coreui.io/bootstrap/docs/') CoreUI UI Components

src/pug/_partials/sidebar.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@
330330
use(xlink:href="node_modules/@coreui/icons/sprites/free.svg#cil-bug")
331331
| Error 500
332332
li.nav-item.mt-auto
333-
a.nav-link(href='https://coreui.io/docs/templates/installation/' target='_blank')
333+
a.nav-link(href='https://coreui.io/bootstrap/docs/templates/installation/' target='_blank')
334334
svg.nav-icon
335335
use(xlink:href="node_modules/@coreui/icons/sprites/free.svg#cil-description")
336336
| Docs

src/pug/views/base/accordion.pug

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
extends ../../_layout/default.pug
22

33
block canonical
4-
link(rel='canonical' href='https://coreui.io/docs/components/accordion/')
4+
link(rel='canonical' href='https://coreui.io/bootstrap/docs/components/accordion/')
55

66
block breadcrumb
77
+breadcrumb(
@@ -14,7 +14,7 @@ block breadcrumb
1414
)
1515

1616
block view
17-
+docs-components('https://coreui.io/docs/components/accordion/')
17+
+docs-components('https://coreui.io/bootstrap/docs/components/accordion/')
1818
.row
1919
.col-12
2020
.card.mb-4
@@ -23,7 +23,7 @@ block view
2323
.card-body
2424
p.text-body-secondary.small
2525
| Click the accordions below to expand/collapse the accordion content.
26-
+example('https://coreui.io/docs/components/accordion/#how-it-works')
26+
+example('https://coreui.io/bootstrap/docs/components/accordion/#how-it-works')
2727
#accordionExample.accordion
2828
.accordion-item
2929
h2#headingOne.accordion-header
@@ -67,7 +67,7 @@ block view
6767
| to remove the default
6868
code background-color
6969
| , some borders, and some rounded corners to render accordions edge-to-edge with their parent container.
70-
+example('https://coreui.io/docs/components/accordion/#flush')
70+
+example('https://coreui.io/bootstrap/docs/components/accordion/#flush')
7171
#accordionFlushExample.accordion.accordion-flush
7272
.accordion-item
7373
h2#flush-headingOne.accordion-header

src/pug/views/base/breadcrumb.pug

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
extends ../../_layout/default.pug
22

33
block canonical
4-
link(rel='canonical' href='https://coreui.io/docs/components/breadcrumb/')
4+
link(rel='canonical' href='https://coreui.io/bootstrap/docs/components/breadcrumb/')
55

66
block breadcrumb
77
+breadcrumb(
@@ -14,7 +14,7 @@ block breadcrumb
1414
)
1515

1616
block view
17-
+docs-components('https://coreui.io/docs/components/breadcrumb/')
17+
+docs-components('https://coreui.io/bootstrap/docs/components/breadcrumb/')
1818
.row
1919
.col-lg-12
2020
.card.mb-4
@@ -29,7 +29,7 @@ block view
2929
a(href='https://developer.mozilla.org/en-US/docs/Web/CSS/content')
3030
code content
3131
| .
32-
+example('https://coreui.io/docs/components/breadcrumb/#example')
32+
+example('https://coreui.io/bootstrap/docs/components/breadcrumb/#example')
3333
nav(aria-label='breadcrumb', role='navigation')
3434
ol.breadcrumb
3535
li.breadcrumb-item.active(aria-current='page') Home

0 commit comments

Comments
 (0)