Skip to content

Commit

Permalink
[docs] Fix 404 link to migration pages
Browse files Browse the repository at this point in the history
Issue from #43054
  • Loading branch information
oliviertassinari committed Aug 2, 2024
1 parent 5f202fd commit e36c897
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

## Why you should migrate

Grid v2 has several new feature and many improvements over the original:
Grid v2 has several new features and many improvements over the original:

- Grid v2 uses CSS variables which remove CSS specificity from class selectors.
- Grid v2 uses CSS variables which removes CSS specificity from class selectors.
Now you can use `sx` prop on the Grid to control any style you'd like.
- All grids are considered items without specifying the `item` prop.
- The long-awaited [offset feature](/material-ui/react-grid2/#offset) gives you more flexibility for positioning.
Expand All @@ -18,7 +18,7 @@ The Grid v2 is introduced in Material UI v5, so you have to follow the [Materia

## With Material UI v5

The migration is expected to be smooth since most of the APIs remains the same.
The migration is expected to be smooth since most of the APIs remain the same.
There is one breaking change that we want to clarify:
The default implementation of the negative margin in Grid v2 is spread equally on all sides.

Expand Down Expand Up @@ -80,7 +80,7 @@ The Grid v2 is marked as stable in Material UI v6, so the `Unstable_` prefix is
```

Alongside the stabilization, the API has been improved.
You can see the changes and further details of how to migrate in the [Material UI v6 migration guide](/material-ui/migrating-to-v6/).
You can see the changes and further details on how to migrate in the [Material UI v6 migration guide](/material-ui/migration/migrating-to-v6/).

Finally, the original Grid component is deprecated and will be removed in the future, so we highly encourage you to migrate to Grid v2.

Expand Down

0 comments on commit e36c897

Please sign in to comment.