Skip to content

Commit c2eb543

Browse files
dnhnlex111
andauthored
Update outdated URL in code-splitting.md (#2870)
* Update outdated URL Next.js Dynamic Import. * Update code-splitting.md Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
1 parent 218790e commit c2eb543

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
@@ -97,7 +97,7 @@ import("./math").then(math => {
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
9999
and you can [start using it](https://facebook.github.io/create-react-app/docs/code-splitting) immediately. It's also supported
100-
out of the box in [Next.js](https://github.com/zeit/next.js/#dynamic-import).
100+
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
103103
[guide on code splitting](https://webpack.js.org/guides/code-splitting/). Your Webpack config should look vaguely [like this](https://gist.github.com/gaearon/ca6e803f5c604d37468b0091d9959269).

0 commit comments

Comments
 (0)