Skip to content

Commit

Permalink
docs(grid): update 2x grid links in docs (#18163)
Browse files Browse the repository at this point in the history
  • Loading branch information
kennylam authored Dec 3, 2024
1 parent 05b6a4e commit 1004190
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/react/src/components/AspectRatio/AspectRatio.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { AspectRatio } from '.';

[Source code](https://github.com/carbon-design-system/carbon/tree/main/packages/react/src/components/AspectRatio)
 | 
[Usage guidelines](https://www.carbondesignsystem.com/guidelines/2x-grid/overview#aspect-ratio)
[Usage guidelines](https://carbondesignsystem.com/elements/2x-grid/overview/#aspect-ratio)

{/* <!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> */}

Expand Down
4 changes: 2 additions & 2 deletions packages/react/src/components/Grid/FlexGrid.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import * as FlexGridStories from './FlexGrid.stories';

[Source code](https://github.com/carbon-design-system/carbon/tree/main/packages/react/src/components/Grid)
&nbsp;|&nbsp;
[Usage guidelines](https://www.carbondesignsystem.com/guidelines/2x-grid/overview)
[Usage guidelines](https://carbondesignsystem.com/elements/2x-grid/overview/)

{/* prettier-ignore-start */}

Expand Down Expand Up @@ -35,7 +35,7 @@ import * as FlexGridStories from './FlexGrid.stories';
{/* prettier-ignore-end */}

Carbon's grid components help developers use the
[2x Grid](https://www.carbondesignsystem.com/guidelines/2x-grid/overview). The
[2x Grid](https://carbondesignsystem.com/elements/2x-grid/overview/). The
project provides `FlexGrid`, `Row`, and `Column` components which can be used to
build a variety of layouts. You can import these components from
`@carbon/react`:
Expand Down
4 changes: 2 additions & 2 deletions packages/react/src/components/Grid/Grid.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import * as GridStories from './Grid.stories';

[Source code](https://github.com/carbon-design-system/carbon/tree/main/packages/react/src/components/Grid)
&nbsp;|&nbsp;
[Usage guidelines](https://www.carbondesignsystem.com/guidelines/2x-grid/overview)
[Usage guidelines](https://carbondesignsystem.com/elements/2x-grid/overview/)

{/* prettier-ignore-start */}

Expand Down Expand Up @@ -36,7 +36,7 @@ import * as GridStories from './Grid.stories';
{/* prettier-ignore-end */}

Carbon's grid components help developers use the
[2x Grid](https://www.carbondesignsystem.com/guidelines/2x-grid/overview). The
[2x Grid](https://carbondesignsystem.com/elements/2x-grid/overview/). The
project provides `Grid` and `Column` components which can be used to build a
variety of layouts. You can import these components from `@carbon/react`:

Expand Down

0 comments on commit 1004190

Please sign in to comment.