diff --git a/packages/docs/src/content/docs/components/button-group/bootstrap.mdx b/packages/docs/src/content/docs/components/button-group/bootstrap.mdx index 71a51567..ba9a36f0 100644 --- a/packages/docs/src/content/docs/components/button-group/bootstrap.mdx +++ b/packages/docs/src/content/docs/components/button-group/bootstrap.mdx @@ -42,7 +42,7 @@ The React Bootstrap Button Group component allows you to group multiple buttons Always include an accessible label using `aria-label` or `aria-labelledby` to clarify the purpose of the group. -React Bootstrap Button Groups can also be applied to a group of links instead of using the [`CNav`](./../navs-tabs/#base-nav) component. +React Bootstrap Button Groups can also be applied to a group of links instead of using the [`CNav`](../../navs-tabs/#base-nav) component. diff --git a/packages/docs/src/content/docs/components/tooltip/bootstrap.mdx b/packages/docs/src/content/docs/components/tooltip/bootstrap.mdx index 18ea8377..94b2f43e 100644 --- a/packages/docs/src/content/docs/components/tooltip/bootstrap.mdx +++ b/packages/docs/src/content/docs/components/tooltip/bootstrap.mdx @@ -29,7 +29,7 @@ Hover over the links below to see Bootstrap-style tooltips. ### Custom tooltips -You can customize the appearance of tooltips using [CSS variables](./styling/#css-variables). Below is an example with scoped overrides for a unique appearance. +You can customize the appearance of tooltips using [CSS variables](../styling/#css-variables). Below is an example with scoped overrides for a unique appearance. diff --git a/packages/docs/src/content/docs/forms/layout/bootstrap.mdx b/packages/docs/src/content/docs/forms/layout/bootstrap.mdx index e5b80317..3f188eff 100644 --- a/packages/docs/src/content/docs/forms/layout/bootstrap.mdx +++ b/packages/docs/src/content/docs/forms/layout/bootstrap.mdx @@ -103,14 +103,3 @@ Use inline layouts to group form controls in a horizontal row, perfect for compa - -## API reference - -Check out the documentation below for a comprehensive guide to all the props you can use with the components mentioned here. - -- [<CForm />](../api/#cform) -- [<CRow />](../api/#crow) -- [<CCol />](../api/#ccol) -- [<CFormLabel />](../api/#cformlabel) -- [<CFormCheck />](../api/#cformcheck) -- [<CFormInput />](../api/#cforminput) diff --git a/packages/docs/src/content/docs/forms/validation/bootstrap.mdx b/packages/docs/src/content/docs/forms/validation/bootstrap.mdx index 9855c894..34246e80 100644 --- a/packages/docs/src/content/docs/forms/validation/bootstrap.mdx +++ b/packages/docs/src/content/docs/forms/validation/bootstrap.mdx @@ -66,14 +66,3 @@ For compact layouts, validation messages can appear as tooltips. Make sure the p - -## API reference - -Refer to the API documentation for detailed descriptions of the props and features available: - -- [<CForm />](../api/#cform) -- [<CFormCheck />](../api/#cformcheck) -- [<CFormInput />](../api/#cforminput) -- [<CFormSelect />](../api/#cformselect) -- [<CFormTextarea />](../api/#cformtextarea) -- [<CFormFeedback />](../api/#cformfeedback) diff --git a/packages/docs/src/content/docs/layout/gutters.mdx b/packages/docs/src/content/docs/layout/gutters.mdx index fc5c2397..33e62924 100644 --- a/packages/docs/src/content/docs/layout/gutters.mdx +++ b/packages/docs/src/content/docs/layout/gutters.mdx @@ -96,7 +96,7 @@ An alternative solution is to add a wrapper around the `` with the `.overf ## Row columns gutters -Gutter props can also be added to [row columns](../layout/grid#row-columns). In the following example, we use responsive row columns and responsive gutter props. +Gutter props can also be added to [row columns](../grid#row-columns). In the following example, we use responsive row columns and responsive gutter props. ```jsx preview className="docs-example m-0 border-0 docs-example-cols"