Skip to content

Commit ccc8e03

Browse files
authored
Update code-splitting.md (#3294)
1 parent 6c7dada commit ccc8e03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/code-splitting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ import("./math").then(math => {
9696

9797
When Webpack comes across this syntax, it automatically starts code-splitting
9898
your app. If you're using Create React App, this is already configured for you
99-
and you can [start using it](https://facebook.github.io/create-react-app/docs/code-splitting) immediately. It's also supported
99+
and you can [start using it](https://create-react-app.dev/docs/code-splitting/) immediately. It's also supported
100100
out of the box in [Next.js](https://nextjs.org/docs/advanced-features/dynamic-import).
101101

102102
If you're setting up Webpack yourself, you'll probably want to read Webpack's

0 commit comments

Comments
 (0)