diff --git a/packages/react/src/components/AspectRatio/AspectRatio.mdx b/packages/react/src/components/AspectRatio/AspectRatio.mdx index 8c0326404dfe..75b0c63adbec 100644 --- a/packages/react/src/components/AspectRatio/AspectRatio.mdx +++ b/packages/react/src/components/AspectRatio/AspectRatio.mdx @@ -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) {/* */} diff --git a/packages/react/src/components/Grid/FlexGrid.mdx b/packages/react/src/components/Grid/FlexGrid.mdx index b74f2959c060..f4bee4187c89 100644 --- a/packages/react/src/components/Grid/FlexGrid.mdx +++ b/packages/react/src/components/Grid/FlexGrid.mdx @@ -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)  |  -[Usage guidelines](https://www.carbondesignsystem.com/guidelines/2x-grid/overview) +[Usage guidelines](https://carbondesignsystem.com/elements/2x-grid/overview/) {/* prettier-ignore-start */} @@ -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`: diff --git a/packages/react/src/components/Grid/Grid.mdx b/packages/react/src/components/Grid/Grid.mdx index 9fc025760d7d..34cc3fef830d 100644 --- a/packages/react/src/components/Grid/Grid.mdx +++ b/packages/react/src/components/Grid/Grid.mdx @@ -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)  |  -[Usage guidelines](https://www.carbondesignsystem.com/guidelines/2x-grid/overview) +[Usage guidelines](https://carbondesignsystem.com/elements/2x-grid/overview/) {/* prettier-ignore-start */} @@ -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`: