Skip to content

Commit dfdf9d1

Browse files
committed
docs: update links
1 parent a428643 commit dfdf9d1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/docs/content/layout/grid.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ menu: Layout
55
route: '/layout/grid'
66
---
77

8-
import { CCol, CContainer, CRow } from '@coreui/react/src/index'
8+
import { CCol, CContainer, CRow } from '@coreui/react-pro/src/index'
99

1010
## Example
1111

@@ -27,7 +27,7 @@ The above example creates three equal-width columns across all devices and viewp
2727

2828
Breaking it down, here's how the grid system comes together:
2929

30-
- **Our grid supports [six responsive breakpoints](./breakpoints).** Breakpoints are based on `min-width` media queries, meaning they affect that breakpoint and all those above it (e.g., `sm={4}` applies to `sm`, `md`, `lg`, `xl`, and `xxl`). This means you can control container and column sizing and behavior by each breakpoint.
30+
- **Our grid supports [six responsive breakpoints](../breakpoints).** Breakpoints are based on `min-width` media queries, meaning they affect that breakpoint and all those above it (e.g., `sm={4}` applies to `sm`, `md`, `lg`, `xl`, and `xxl`). This means you can control container and column sizing and behavior by each breakpoint.
3131

3232
- **Containers center and horizontally pad your content.** Use `<CContainer>` for a responsive pixel width, `<CContainer fluid>` for `width: 100%` across all viewports and devices, or a responsive container (e.g., `<CContainer md>`) for a combination of fluid and pixel widths.
3333

@@ -112,15 +112,15 @@ As noted above, each of these breakpoints have their own container, unique class
112112
</tr>
113113
<tr>
114114
<th className="text-nowrap" scope="row">Custom gutters</th>
115-
<td colSpan={6}><a href="./layout/gutters">Yes</a></td>
115+
<td colSpan={6}><a href="../layout/gutters">Yes</a></td>
116116
</tr>
117117
<tr>
118118
<th className="text-nowrap" scope="row">Nestable</th>
119119
<td colSpan={6}><a href="#nesting">Yes</a></td>
120120
</tr>
121121
<tr>
122122
<th className="text-nowrap" scope="row">Column ordering</th>
123-
<td colSpan={6}><a href="./layout/columns#reordering">Yes</a></td>
123+
<td colSpan={6}><a href="../layout/columns#reordering">Yes</a></td>
124124
</tr>
125125
</tbody>
126126
</table>

packages/docs/src/components/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const Header: FC = () => {
4141
<CButton
4242
className="d-lg-inline-block my-2 my-md-0 ms-md-3"
4343
color="primary"
44-
href="/getting-started/introduction/"
44+
href="https://coreui.io/react/docs/getting-started/introduction/"
4545
variant="outline"
4646
>
4747
<CIcon icon={cilCloudDownload} /> Download

0 commit comments

Comments
 (0)