Skip to content

Commit 63abbaa

Browse files
authored
[docs] Fix incorrect link in minimizing-bundle-size (#35297)
Signed-off-by: Eng Zer Jun <[email protected]>
1 parent ca15855 commit 63abbaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/data/material/guides/minimizing-bundle-size/minimizing-bundle-size.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ import { Button, TextField } from '@mui/material';
5959

6060
This is the option we document in all the demos since it requires no configuration.
6161
It is encouraged for library authors that are extending the components.
62-
Head to [Option 2](#option-2) for the approach that yields the best DX and UX.
62+
Head to [Option 2](#option-two-use-a-babel-plugin) for the approach that yields the best DX and UX.
6363

6464
While importing directly in this manner doesn't use the exports in [the main file of `@mui/material`](https://unpkg.com/@mui/material), this file can serve as a handy reference as to which modules are public.
6565

0 commit comments

Comments
 (0)