Skip to content

Commit

Permalink
[docs] Fix dead link (#16567)
Browse files Browse the repository at this point in the history
  • Loading branch information
sharils authored and oliviertassinari committed Jul 11, 2019
1 parent 76f43bf commit 76b7b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui-codemod/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jscodeshift -t <color-imports.js> <path> --importPath='mui/styles/colors' --targ

#### `svg-icon-imports`

Updates the `svg-icons` import paths from `material-ui/svg-icons/<category>/<icon-name>` to `@material-ui/icons/<IconName>`, to use the new [`@material-ui/icons`](https://github.com/mui-org/material-ui/tree/master/packages/@material-ui/icons) package.
Updates the `svg-icons` import paths from `material-ui/svg-icons/<category>/<icon-name>` to `@material-ui/icons/<IconName>`, to use the new [`@material-ui/icons`](https://github.com/mui-org/material-ui/tree/master/packages/material-ui-icons) package.
The diff should look like this:

```diff
Expand Down

0 comments on commit 76b7b7e

Please sign in to comment.