Skip to content

Commit

Permalink
Links target HEAD
Browse files Browse the repository at this point in the history
Signed-off-by: Diego Andai <diego@mui.com>
  • Loading branch information
DiegoAndai committed Feb 8, 2024
1 parent 29c7bad commit f95a35b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ If you need to run a specific codemod, those are also linked below.

## Accordion

Use the [codemod](https://github.com/mui/material-ui/tree/master/packages/mui-codemod#accordion-props) below to migrate the code as decribed in the following sections:
Use the [codemod](https://github.com/mui/material-ui/tree/HEAD/packages/mui-codemod#accordion-props) below to migrate the code as described in the following sections:

```bash
npx @mui/codemod@latest deprecations/accordion-props <path>
Expand Down Expand Up @@ -58,7 +58,7 @@ The Accordion's `TransitionProps` was deprecated in favor of `slotProps.transiti

## Avatar

Use the [codemod](https://github.com/mui/material-ui/tree/master/packages/mui-codemod#avatar-props) below to migrate the code as decribed in the following sections:
Use the [codemod](https://github.com/mui/material-ui/tree/HEAD/packages/mui-codemod#avatar-props) below to migrate the code as described in the following sections:

```bash
npx @mui/codemod@latest deprecations/avatar-props <path>
Expand All @@ -84,7 +84,7 @@ The Avatar's `imgProps` was deprecated in favor of `slotProps.img`:

## Divider

Use the [codemod](https://github.com/mui/material-ui/tree/HEAD/packages/mui-codemod#divider-props) below to migrate the code as decribed in the following sections:
Use the [codemod](https://github.com/mui/material-ui/tree/HEAD/packages/mui-codemod#divider-props) below to migrate the code as described in the following sections:

```bash
npx @mui/codemod@latest deprecations/divider-props <path>
Expand Down

0 comments on commit f95a35b

Please sign in to comment.