Skip to content

Commit 07027d1

Browse files
committed
docs: update links to API
1 parent fd9f2a8 commit 07027d1

File tree

39 files changed

+120
-120
lines changed

39 files changed

+120
-120
lines changed

packages/docs/content/components/accordion/bootstrap.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Use the `alwaysOpen` property to keep multiple accordion items expanded at the s
2828

2929
Refer to the API documentation for detailed descriptions of all the available props and components used to create Bootstrap-styled accordions in React.
3030

31-
- [<CAccordion />](./api/#caccordion)
32-
- [<CAccordionBody />](./api/#caccordionbody)
33-
- [<CAccordionHeader />](./api/#caccordionheader)
34-
- [<CAccordionItem />](./api/#caccordionitem)
31+
- [<CAccordion />](../api/#caccordion)
32+
- [<CAccordionBody />](../api/#caccordionbody)
33+
- [<CAccordionHeader />](../api/#caccordionheader)
34+
- [<CAccordionItem />](../api/#caccordionitem)

packages/docs/content/components/alert/bootstrap.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ Use the `dismissible` prop to allow users to close the alert. This will complete
6565

6666
Review the API documentation for detailed information about the props available in the Bootstrap-styled React Alert component.
6767

68-
- [<CAlert />](./api/#calert)
69-
- [<CAlertHeading />](./api/#calertheading)
70-
- [<CAlertLink />](./api/#calertlink)
68+
- [<CAlert />](../api/#calert)
69+
- [<CAlertHeading />](../api/#calertheading)
70+
- [<CAlertLink />](../api/#calertlink)

packages/docs/content/components/avatar/bootstrap.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ Add a small status indicator (e.g. online, offline) to avatars using the `status
5252

5353
Refer to the API below for all configurable props used with the Bootstrap-styled React Avatar component.
5454

55-
- [<CAvatar />](./api/#cavatar)
55+
- [<CAvatar />](../api/#cavatar)

packages/docs/content/components/badge/bootstrap.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ To make badges more rounded, use the `shape="rounded-pill"` prop. This mirrors B
5050

5151
See below for the full API reference for all available props for the Bootstrap-styled React Badge component.
5252

53-
- [<CBadge />](./api/#cbadge)
53+
- [<CBadge />](../api/#cbadge)

packages/docs/content/components/breadcrumb/bootstrap.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ For best practices, refer to the [WAI-ARIA Authoring Practices: Breadcrumb Patte
5353

5454
Check the API reference below for full details on all available props for the Bootstrap-styled React Breadcrumb component.
5555

56-
- [<CBreadcrumb />](./api/#cbreadcrumb)
57-
- [<CBreadcrumbItem />](./api/#cbreadcrumbitem)
56+
- [<CBreadcrumb />](../api/#cbreadcrumb)
57+
- [<CBreadcrumbItem />](../api/#cbreadcrumbitem)

packages/docs/content/components/button-group/bootstrap.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ Stack buttons vertically using the vertical variation of React Bootstrap Button
7474

7575
Explore the API documentation for available props and configuration for the React Bootstrap Button Group component and toolbars.
7676

77-
- [<CButtonGroup />](./api/#cbuttongroup)
77+
- [<CButtonGroup />](../api/#cbuttongroup)
7878
- [<CButtonToolbar />]()

packages/docs/content/components/button/bootstrap.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ Use flex utilities and margin helpers to align buttons horizontally when they're
100100

101101
See the full API reference for all available props in the Bootstrap-styled React Button component.
102102

103-
- [<CButton />](./api/#cbutton)
103+
- [<CButton />](../api/#cbutton)

packages/docs/content/components/card/bootstrap.mdx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -156,14 +156,14 @@ Use `<CRow>` and grid props to control the layout of multiple cards in a respons
156156

157157
## API reference
158158

159-
- [&lt;CCard /&gt;](./api/#ccard)
160-
- [&lt;CCardBody /&gt;](./api/#ccardbody)
161-
- [&lt;CCardFooter /&gt;](./api/#ccardfooter)
162-
- [&lt;CCardGroup /&gt;](./api/#ccardgroup)
163-
- [&lt;CCardHeader /&gt;](./api/#ccardheader)
164-
- [&lt;CCardImage /&gt;](./api/#ccardimage)
165-
- [&lt;CCardImageOverlay /&gt;](./api/#ccardimageoverlay)
166-
- [&lt;CCardLink /&gt;](./api/#ccardlink)
167-
- [&lt;CCardSubtitle /&gt;](./api/#ccardsubtitle)
168-
- [&lt;CCardText /&gt;](./api/#ccardtext)
169-
- [&lt;CCardTitle /&gt;](./api/#ccardtitle)
159+
- [&lt;CCard /&gt;](../api/#ccard)
160+
- [&lt;CCardBody /&gt;](../api/#ccardbody)
161+
- [&lt;CCardFooter /&gt;](../api/#ccardfooter)
162+
- [&lt;CCardGroup /&gt;](../api/#ccardgroup)
163+
- [&lt;CCardHeader /&gt;](../api/#ccardheader)
164+
- [&lt;CCardImage /&gt;](../api/#ccardimage)
165+
- [&lt;CCardImageOverlay /&gt;](../api/#ccardimageoverlay)
166+
- [&lt;CCardLink /&gt;](../api/#ccardlink)
167+
- [&lt;CCardSubtitle /&gt;](../api/#ccardsubtitle)
168+
- [&lt;CCardText /&gt;](../api/#ccardtext)
169+
- [&lt;CCardTitle /&gt;](../api/#ccardtitle)

packages/docs/content/components/carousel/bootstrap.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ Use the `dark` prop on `<CCarousel>` to enable dark-themed controls, indicators,
5454

5555
Refer to the API documentation below for all supported props of the React Bootstrap Carousel component:
5656

57-
- [&lt;CCarousel /&gt;](./api/#ccarousel)
58-
- [&lt;CCarouselCaption /&gt;](./api/#ccarouselcaption)
59-
- [&lt;CCarouselItem /&gt;](./api/#ccarouselitem)
57+
- [&lt;CCarousel /&gt;](../api/#ccarousel)
58+
- [&lt;CCarouselCaption /&gt;](../api/#ccarouselcaption)
59+
- [&lt;CCarouselItem /&gt;](../api/#ccarouselitem)

packages/docs/content/components/close-button/bootstrap.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ Use the `dark` prop to apply a dark version of the close button. This inverts th
2828

2929
Check the API documentation below for the full list of props available in the React Bootstrap Close Button component:
3030

31-
- [&lt;CCloseButton /&gt;](./api/#cclosebutton)
31+
- [&lt;CCloseButton /&gt;](../api/#cclosebutton)

packages/docs/content/components/collapse/bootstrap.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ React Bootstrap Collapse supports multiple targets toggled by a single trigger.
3434

3535
Check the API documentation below to explore all available props for the React Bootstrap Collapse component:
3636

37-
- [&lt;CCollapse /&gt;](./api/#ccollapse)
37+
- [&lt;CCollapse /&gt;](../api/#ccollapse)

packages/docs/content/components/dropdown/bootstrap.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,10 @@ Left-align from a breakpoint with `alignment="md:start"`:
134134

135135
Refer to the API below for full details on available components and props in the React Bootstrap Dropdown:
136136

137-
- [&lt;CDropdown /&gt;](./api/#cdropdown)
138-
- [&lt;CDropdownDivider /&gt;](./api/#cdropdowndivider)
139-
- [&lt;CDropdownHeader /&gt;](./api/#cdropdownheader)
140-
- [&lt;CDropdownItem /&gt;](./api/#cdropdownitem)
141-
- [&lt;CDropdownItemPlain /&gt;](./api/#cdropdownitemplain)
142-
- [&lt;CDropdownMenu /&gt;](./api/#cdropdownmenu)
143-
- [&lt;CDropdownToggle /&gt;](./api/#cdropdowntoggle)
137+
- [&lt;CDropdown /&gt;](../api/#cdropdown)
138+
- [&lt;CDropdownDivider /&gt;](../api/#cdropdowndivider)
139+
- [&lt;CDropdownHeader /&gt;](../api/#cdropdownheader)
140+
- [&lt;CDropdownItem /&gt;](../api/#cdropdownitem)
141+
- [&lt;CDropdownItemPlain /&gt;](../api/#cdropdownitemplain)
142+
- [&lt;CDropdownMenu /&gt;](../api/#cdropdownmenu)
143+
- [&lt;CDropdownToggle /&gt;](../api/#cdropdowntoggle)

packages/docs/content/components/image/bootstrap.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ Use the `align` prop to control image alignment within the container. This allow
3232

3333
Explore all available props and customization options for the React Bootstrap Image component below:
3434

35-
- [&lt;CImage /&gt;](./api/#cimage)
35+
- [&lt;CImage /&gt;](../api/#cimage)

packages/docs/content/components/list-group/bootstrap.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@ Embed checkboxes or radio buttons inside list items for interactive list selecti
7878

7979
Explore the full API for the React Bootstrap List Group components:
8080

81-
- [&lt;CListGroup /&gt;](./api/#clistgroup)
82-
- [&lt;CListGroupItem /&gt;](./api/#clistgroupitem)
81+
- [&lt;CListGroup /&gt;](../api/#clistgroup)
82+
- [&lt;CListGroupItem /&gt;](../api/#clistgroupitem)

packages/docs/content/components/modal/bootstrap.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ Use the `fullscreen` prop to make modals expand to full viewport width/height. Y
128128

129129
Explore the API for the React Bootstrap Modal component and its related parts:
130130

131-
- [&lt;CModal /&gt;](./api/#cmodal)
132-
- [&lt;CModalBody /&gt;](./api/#cmodalbody)
133-
- [&lt;CModalFooter /&gt;](./api/#cmodalfooter)
134-
- [&lt;CModalHeader /&gt;](./api/#cmodalheader)
135-
- [&lt;CModalTitle /&gt;](./api/#cmodaltitle)
131+
- [&lt;CModal /&gt;](../api/#cmodal)
132+
- [&lt;CModalBody /&gt;](../api/#cmodalbody)
133+
- [&lt;CModalFooter /&gt;](../api/#cmodalfooter)
134+
- [&lt;CModalHeader /&gt;](../api/#cmodalheader)
135+
- [&lt;CModalTitle /&gt;](../api/#cmodaltitle)

packages/docs/content/components/navbar/bootstrap.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ Turn the responsive navbar into an offcanvas drawer with `expand="*"` or `expand
9898

9999
Explore the full API for React Bootstrap Navbar components:
100100

101-
- [&lt;CNavbar /&gt;](./api/#cnavbar)
102-
- [&lt;CNavbarBrand /&gt;](./api/#cnavbarbrand)
103-
- [&lt;CNavbarNav /&gt;](./api/#cnavbarnav)
104-
- [&lt;CNavbarText /&gt;](./api/#cnavbartext)
105-
- [&lt;CNavbarToggler /&gt;](./api/#cnavbartoggler)
101+
- [&lt;CNavbar /&gt;](../api/#cnavbar)
102+
- [&lt;CNavbarBrand /&gt;](../api/#cnavbarbrand)
103+
- [&lt;CNavbarNav /&gt;](../api/#cnavbarnav)
104+
- [&lt;CNavbarText /&gt;](../api/#cnavbartext)
105+
- [&lt;CNavbarToggler /&gt;](../api/#cnavbartoggler)

packages/docs/content/components/navs-tabs/bootstrap.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ Build dynamic tabbed interfaces using `<CTabContent>` and `<CTabPane>`. These co
9595

9696
Explore the full list of props and components used in React Bootstrap Navs and Tabs:
9797

98-
- [&lt;CNav /&gt;](./api/#cnav)
99-
- [&lt;CNavItem /&gt;](./api/#cnavitem)
100-
- [&lt;CNavLink /&gt;](./api/#cnavlink)
101-
- [&lt;CTabContent /&gt;](./api/#ctabcontent)
102-
- [&lt;CTabPane /&gt;](./api/#ctabpane)
98+
- [&lt;CNav /&gt;](../api/#cnav)
99+
- [&lt;CNavItem /&gt;](../api/#cnavitem)
100+
- [&lt;CNavLink /&gt;](../api/#cnavlink)
101+
- [&lt;CTabContent /&gt;](../api/#ctabcontent)
102+
- [&lt;CTabPane /&gt;](../api/#ctabpane)

packages/docs/content/components/offcanvas/bootstrap.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ React Bootstrap Offcanvas behaves like a modal. Use `aria-labelledby` to link th
8585

8686
Review the full API for the React Bootstrap Offcanvas component and its parts:
8787

88-
- [&lt;COffcanvas /&gt;](./api/#coffcanvas)
89-
- [&lt;COffcanvasBody /&gt;](./api/#coffcanvasbody)
90-
- [&lt;COffcanvasHeader /&gt;](./api/#coffcanvasheader)
91-
- [&lt;COffcanvasTitle /&gt;](./api/#coffcanvastitle)
88+
- [&lt;COffcanvas /&gt;](../api/#coffcanvas)
89+
- [&lt;COffcanvasBody /&gt;](../api/#coffcanvasbody)
90+
- [&lt;COffcanvasHeader /&gt;](../api/#coffcanvasheader)
91+
- [&lt;COffcanvasTitle /&gt;](../api/#coffcanvastitle)

packages/docs/content/components/pagination/bootstrap.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ Change pagination alignment using the `align` prop: `"start"`, `"center"`, or `"
4444

4545
Here’s the API reference for the React Bootstrap Pagination component:
4646

47-
- [&lt;CPagination /&gt;](./api/#cpagination)
48-
- [&lt;CPaginationItem /&gt;](./api/#cpaginationitem)
47+
- [&lt;CPagination /&gt;](../api/#cpagination)
48+
- [&lt;CPaginationItem /&gt;](../api/#cpaginationitem)

packages/docs/content/components/placeholder/bootstrap.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ Make React Bootstrap Placeholder elements feel dynamic by using `animation="glow
6060

6161
Review the available props for the React Bootstrap Placeholder component:
6262

63-
- [&lt;CPlaceholder /&gt;](./api/#cplaceholder)
63+
- [&lt;CPlaceholder /&gt;](../api/#cplaceholder)

packages/docs/content/components/popover/bootstrap.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ HTML elements with the `disabled` attribute cannot trigger popovers. Wrap them i
4646

4747
Explore the full API for the React Bootstrap Popover component:
4848

49-
- [&lt;CPopover /&gt;](./api/#cpopover)
49+
- [&lt;CPopover /&gt;](../api/#cpopover)

packages/docs/content/components/progress/bootstrap.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,5 @@ Make stripes animated using the `animated` prop.
9696

9797
Explore the full API for the React Bootstrap Progress component:
9898

99-
- [&lt;CProgress /&gt;](./api/#cprogress)
100-
- [&lt;CProgressBar /&gt;](./api/#cprogressbar)
99+
- [&lt;CProgress /&gt;](../api/#cprogress)
100+
- [&lt;CProgressBar /&gt;](../api/#cprogressbar)

packages/docs/content/components/sidebar/bootstrap.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ By default, the React Bootstrap Sidebar appears on the left. Use the `placement`
7373

7474
Explore the available props for the React Bootstrap Sidebar component and its subcomponents:
7575

76-
- [&lt;CSidebar /&gt;](./api/#csidebar)
77-
- [&lt;CSidebarBrand /&gt;](./api/#csidebarbrand)
78-
- [&lt;CSidebarFooter /&gt;](./api/#csidebarfooter)
79-
- [&lt;CSidebarHeader /&gt;](./api/#csidebarheader)
80-
- [&lt;CSidebarNav /&gt;](./api/#csidebarnav)
81-
- [&lt;CSidebarToggler /&gt;](./api/#csidebartoggler)
76+
- [&lt;CSidebar /&gt;](../api/#csidebar)
77+
- [&lt;CSidebarBrand /&gt;](../api/#csidebarbrand)
78+
- [&lt;CSidebarFooter /&gt;](../api/#csidebarfooter)
79+
- [&lt;CSidebarHeader /&gt;](../api/#csidebarheader)
80+
- [&lt;CSidebarNav /&gt;](../api/#csidebarnav)
81+
- [&lt;CSidebarToggler /&gt;](../api/#csidebartoggler)

packages/docs/content/components/spinner/bootstrap.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ Each spinner includes `role="status"` and a visually hidden `<span>` with `"Load
7979

8080
Explore the full API for the React Bootstrap Spinner component:
8181

82-
- [&lt;CSpinner /&gt;](./api/#cspinner)
82+
- [&lt;CSpinner /&gt;](../api/#cspinner)

packages/docs/content/components/table/bootstrap.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1631,10 +1631,10 @@ Responsive tables allow tables to be scrolled horizontally with ease. Make any t
16311631

16321632
Explore all available props and component options in the API reference below.
16331633

1634-
- [&lt;CTable /&gt;](./api/#ctable)
1635-
- [&lt;CTableBody /&gt;](./api/#ctablebody)
1636-
- [&lt;CTableDataCell /&gt;](./api/#ctabledatacell)
1637-
- [&lt;CTableFoot /&gt;](./api/#ctablefoot)
1638-
- [&lt;CTableHead /&gt;](./api/#ctablehead)
1639-
- [&lt;CTableHeaderCell /&gt;](./api/#ctableheadercell)
1640-
- [&lt;CTableRow /&gt;](./api/#ctablerow)
1634+
- [&lt;CTable /&gt;](../api/#ctable)
1635+
- [&lt;CTableBody /&gt;](../api/#ctablebody)
1636+
- [&lt;CTableDataCell /&gt;](../api/#ctabledatacell)
1637+
- [&lt;CTableFoot /&gt;](../api/#ctablefoot)
1638+
- [&lt;CTableHead /&gt;](../api/#ctablehead)
1639+
- [&lt;CTableHeaderCell /&gt;](../api/#ctableheadercell)
1640+
- [&lt;CTableRow /&gt;](../api/#ctablerow)

packages/docs/content/components/tabs/bootstrap.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ CoreUI's Tabs component automatically manages `aria-` and `role="..."` attribute
6161

6262
Refer to the API documentation for detailed descriptions of all available props and usage patterns.
6363

64-
- [&lt;CTabs /&gt;](./api/#ctabs)
65-
- [&lt;CTabList /&gt;](./api/#ctablist)
66-
- [&lt;CTab /&gt;](./api/#ctab)
67-
- [&lt;CTabContent /&gt;](./api/#ctabcontent)
68-
- [&lt;CTabPanel /&gt;](./api/#ctabpanel)
64+
- [&lt;CTabs /&gt;](../api/#ctabs)
65+
- [&lt;CTabList /&gt;](../api/#ctablist)
66+
- [&lt;CTab /&gt;](../api/#ctab)
67+
- [&lt;CTabContent /&gt;](../api/#ctabcontent)
68+
- [&lt;CTabPanel /&gt;](../api/#ctabpanel)

packages/docs/content/components/toast/bootstrap.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ Use CoreUI’s utility classes and props like `color`, `text-white`, and `border
4646

4747
Refer to the API documentation for detailed descriptions of all the available props and components used to build Bootstrap-style toasts in React.
4848

49-
- [&lt;CToast /&gt;](./api/#ctoast)
50-
- [&lt;CToastHeader /&gt;](./api/#ctoastheader)
51-
- [&lt;CToastBody /&gt;](./api/#ctoastbody)
52-
- [&lt;CToastClose /&gt;](./api/#ctoastclose)
53-
- [&lt;CToaster /&gt;](./api/#ctoaster)
49+
- [&lt;CToast /&gt;](../api/#ctoast)
50+
- [&lt;CToastHeader /&gt;](../api/#ctoastheader)
51+
- [&lt;CToastBody /&gt;](../api/#ctoastbody)
52+
- [&lt;CToastClose /&gt;](../api/#ctoastclose)
53+
- [&lt;CToaster /&gt;](../api/#ctoaster)

packages/docs/content/components/tooltip/bootstrap.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ Because disabled elements do not trigger events, wrap them in a `<span>` or `<di
3838

3939
Refer to the API documentation for detailed descriptions of all available props and customization options.
4040

41-
- [&lt;CTooltip /&gt;](./api/#ctooltip)
41+
- [&lt;CTooltip /&gt;](../api/#ctooltip)

packages/docs/content/forms/checkbox/bootstrap.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ Different variants of button, such at the various outlined styles, are supported
6666

6767
Check out the documentation below for a comprehensive guide to all the props you can use with the components mentioned here.
6868

69-
- [&lt;CFormCheck /&gt;](./api/#cformcheck)
69+
- [&lt;CFormCheck /&gt;](../api/#cformcheck)

packages/docs/content/forms/floating-labels/bootstrap.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ Use floating labels within the CoreUI Bootstrap grid system by nesting inputs in
6969

7070
Refer to the API documentation for detailed descriptions of all available props and configuration options.
7171

72-
- [&lt;CFormFloating /&gt;](./api/#cformfloating)
72+
- [&lt;CFormFloating /&gt;](../api/#cformfloating)

packages/docs/content/forms/input-group/bootstrap.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@ CoreUI supports enhanced input groups with custom selects and file inputs. Defau
8484

8585
Check out the API documentation for full details on available props.
8686

87-
- [&lt;CInputGroup /&gt;](./api/#cinputgroup)
88-
- [&lt;CInputGroupText /&gt;](./api/#cinputgrouptext)
87+
- [&lt;CInputGroup /&gt;](../api/#cinputgroup)
88+
- [&lt;CInputGroupText /&gt;](../api/#cinputgrouptext)

packages/docs/content/forms/input/bootstrap.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Color inputs are supported using `type="color"`.
7373

7474
Refer to the API documentation for detailed descriptions of all the props and configuration options.
7575

76-
- [&lt;CFormInput /&gt;](./api/#cforminput)
77-
- [&lt;CFormFeedback /&gt;](./api/#cformfeedback)
78-
- [&lt;CFormLabel /&gt;](./api/#cformlabel)
79-
- [&lt;CFormText /&gt;](./api/#cformtext)
76+
- [&lt;CFormInput /&gt;](../api/#cforminput)
77+
- [&lt;CFormFeedback /&gt;](../api/#cformfeedback)
78+
- [&lt;CFormLabel /&gt;](../api/#cformlabel)
79+
- [&lt;CFormText /&gt;](../api/#cformtext)

packages/docs/content/forms/layout/bootstrap.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ Use inline layouts to group form controls in a horizontal row, perfect for compa
7272

7373
Check out the documentation below for a comprehensive guide to all the props you can use with the components mentioned here.
7474

75-
- [&lt;CForm /&gt;](./api/#cform)
76-
- [&lt;CRow /&gt;](./api/#crow)
77-
- [&lt;CCol /&gt;](./api/#ccol)
78-
- [&lt;CFormLabel /&gt;](./api/#cformlabel)
79-
- [&lt;CFormCheck /&gt;](./api/#cformcheck)
80-
- [&lt;CFormInput /&gt;](./api/#cforminput)
75+
- [&lt;CForm /&gt;](../api/#cform)
76+
- [&lt;CRow /&gt;](../api/#crow)
77+
- [&lt;CCol /&gt;](../api/#ccol)
78+
- [&lt;CFormLabel /&gt;](../api/#cformlabel)
79+
- [&lt;CFormCheck /&gt;](../api/#cformcheck)
80+
- [&lt;CFormInput /&gt;](../api/#cforminput)

packages/docs/content/forms/radio/bootstrap.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ You can apply outlined styles to toggle radios using Bootstrap's button variant
5656

5757
Refer to the API documentation below for a complete list of props supported by the React Bootstrap radio component.
5858

59-
- [&lt;CFormCheck /&gt;](./api/#cformcheck)
59+
- [&lt;CFormCheck /&gt;](../api/#cformcheck)

packages/docs/content/forms/range/bootstrap.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ Set a custom `step` size to control the interval between selectable values.
3838

3939
Refer to the API documentation below for detailed descriptions of all available props.
4040

41-
- [&lt;CFormRange /&gt;](./api/#cformrange)
41+
- [&lt;CFormRange /&gt;](../api/#cformrange)

packages/docs/content/forms/select/bootstrap.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Add the `disabled` prop to disable user interaction and apply a muted appearance
5151

5252
Refer to the API documentation below for detailed descriptions of all available props and subcomponents.
5353

54-
- [&lt;CFormSelect /&gt;](./api/#cformselect)
55-
- [&lt;CFormFeedback /&gt;](./api/#cformfeedback)
56-
- [&lt;CFormLabel /&gt;](./api/#cformlabel)
57-
- [&lt;CFormText /&gt;](./api/#cformtext)
54+
- [&lt;CFormSelect /&gt;](../api/#cformselect)
55+
- [&lt;CFormFeedback /&gt;](../api/#cformfeedback)
56+
- [&lt;CFormLabel /&gt;](../api/#cformlabel)
57+
- [&lt;CFormText /&gt;](../api/#cformtext)

packages/docs/content/forms/switch/bootstrap.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ Add the `reverse` prop to place the switch control after the label.
3232

3333
Refer to the API documentation below for a complete list of available props for the React Bootstrap Switch component.
3434

35-
- [&lt;CFormSwitch /&gt;](./api/#cformswitch)
35+
- [&lt;CFormSwitch /&gt;](../api/#cformswitch)

packages/docs/content/forms/textarea/bootstrap.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Use the `readOnly` prop to prevent edits while still allowing text selection and
4141

4242
Refer to the API documentation below for a complete list of available props and subcomponents used to build Bootstrap-style textareas in React.
4343

44-
- [&lt;CFormTextarea /&gt;](./api/#cformtextarea)
45-
- [&lt;CFormFeedback /&gt;](./api/#cformfeedback)
46-
- [&lt;CFormLabel /&gt;](./api/#cformlabel)
47-
- [&lt;CFormText /&gt;](./api/#cformtext)
44+
- [&lt;CFormTextarea /&gt;](../api/#cformtextarea)
45+
- [&lt;CFormFeedback /&gt;](../api/#cformfeedback)
46+
- [&lt;CFormLabel /&gt;](../api/#cformlabel)
47+
- [&lt;CFormText /&gt;](../api/#cformtext)

0 commit comments

Comments
 (0)