Skip to content

Commit

Permalink
[docs] Fix 301 links
Browse files Browse the repository at this point in the history
This was changed in #40403
but was forgotten about.
  • Loading branch information
oliviertassinari committed Feb 10, 2024
1 parent 596a0ff commit 30fbffd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/material-ui-cra-styled-components-ts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ npm start

Note that CodeSandbox is not supporting react-app-rewired, yet you can [still see the code](https://codesandbox.io/p/sandbox/github/mui/material-ui/tree/master/examples/material-ui-cra-styled-components-ts).

The following link leverages this demo: https://mui.com/guides/interoperability/#change-the-default-styled-engine with Parcel's alias feature within the `package.json`.
The following link leverages this demo: https://mui.com/material-ui/integrations/interoperability/#change-the-default-styled-engine with Parcel's alias feature within the `package.json`.

[![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/p/sandbox/styled-components-interoperability-w9z9d)

Expand Down
2 changes: 1 addition & 1 deletion examples/material-ui-cra-styled-components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ npm start

Note that CodeSandbox is not supporting react-app-rewired, yet you can [still see the code](https://codesandbox.io/p/sandbox/github/mui/material-ui/tree/master/examples/material-ui-cra-styled-components).

The following link leverages this demo: https://mui.com/guides/interoperability/#change-the-default-styled-engine with Parcel's alias feature within the `package.json`.
The following link leverages this demo: https://mui.com/material-ui/integrations/interoperability/#change-the-default-styled-engine with Parcel's alias feature within the `package.json`.

[![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/p/sandbox/styled-components-interoperability-w9z9d)

Expand Down

0 comments on commit 30fbffd

Please sign in to comment.