Skip to content

Commit 2f891bb

Browse files
authored
Merge pull request facebook#12563 from rvdende/patch-1
fix code splitting link
2 parents cee2658 + 91b2395 commit 2f891bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-dev-utils/FileSizeReporter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ function printFileSizesAfterBuild(
9292
);
9393
console.log(
9494
chalk.yellow(
95-
'Consider reducing it with code splitting: https://goo.gl/9VhYWB'
95+
'Consider reducing it with code splitting: https://create-react-app.dev/docs/code-splitting/'
9696
)
9797
);
9898
console.log(

0 commit comments

Comments
 (0)