From ccc8e034e48933e37ac8a129ff2d9a7c01c6367e Mon Sep 17 00:00:00 2001 From: Sam Robbins Date: Wed, 30 Sep 2020 16:15:36 +0100 Subject: [PATCH] Update code-splitting.md (#3294) --- content/docs/code-splitting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/code-splitting.md b/content/docs/code-splitting.md index 44e758600..8c0486e51 100644 --- a/content/docs/code-splitting.md +++ b/content/docs/code-splitting.md @@ -96,7 +96,7 @@ import("./math").then(math => { When Webpack comes across this syntax, it automatically starts code-splitting your app. If you're using Create React App, this is already configured for you -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 out of the box in [Next.js](https://nextjs.org/docs/advanced-features/dynamic-import). If you're setting up Webpack yourself, you'll probably want to read Webpack's