We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c7dada commit ccc8e03Copy full SHA for ccc8e03
content/docs/code-splitting.md
@@ -96,7 +96,7 @@ import("./math").then(math => {
96
97
When Webpack comes across this syntax, it automatically starts code-splitting
98
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
+and you can [start using it](https://create-react-app.dev/docs/code-splitting/) immediately. It's also supported
100
out of the box in [Next.js](https://nextjs.org/docs/advanced-features/dynamic-import).
101
102
If you're setting up Webpack yourself, you'll probably want to read Webpack's
0 commit comments