Skip to content

Commit 4b29ce4

Browse files
authored
docs(flexgrid): update heading and links in documentation (#20241)
1 parent 146d71b commit 4b29ce4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/react/src/components/Grid/FlexGrid.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { stackblitzPrefillConfig } from '../../../previewer/codePreviewer';
44

55
<Meta isTemplate />
66

7-
# Grid
7+
# FlexGrid
88

99
[Source code](https://github.com/carbon-design-system/carbon/tree/main/packages/react/src/components/Grid)
1010
&nbsp;|&nbsp;
@@ -78,7 +78,7 @@ they don't span more columns than the total number of columns in the grid.
7878
To specify how many columns the `Column` component should span, you can use the
7979
`sm`, `md`, `lg`, `xlg`, or `max` props. These props are shorthand versions of
8080
the names given to each of the breakpoints defined by the
81-
[2x Grid](https://www.carbondesignsystem.com/guidelines/2x-grid/implementation/#responsive-options).
81+
[2x Grid](https://carbondesignsystem.com/elements/2x-grid/overview/#breakpoints).
8282
In the example below, we will use the `lg` prop for the large breakpoint and the
8383
number `4` to specify that each `Column` component should span 4 columns at that
8484
breakpoint.
@@ -118,7 +118,7 @@ we will use the `sm`, `md`, and `lg` prop to specify how many columns the
118118
## Gutter modes
119119

120120
There are several
121-
[gutter modes](https://www.carbondesignsystem.com/guidelines/2x-grid/implementation/#gutter-modes)
121+
[gutter modes](https://carbondesignsystem.com/elements/2x-grid/overview/#gutters)
122122
that you can use depending on the layout effect you're looking to achieve. By
123123
default, `FlexGrid` uses the wide gutter mode with a 32px gutter. However, you
124124
can use the `narrow` or `condensed` props to enable the narrow and condensed

0 commit comments

Comments
 (0)