We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c34aa13 commit 165765dCopy full SHA for 165765d
packages/react-dev-utils/printHostingInstructions.js
@@ -39,7 +39,7 @@ function printHostingInstructions(
39
console.log();
40
console.log('Find out more about deployment here:');
41
42
- console.log(` ${chalk.yellow('https://bit.ly/CRA-deploy')}`);
+ console.log(` ${chalk.yellow('https://create-react-app.dev/docs/deployment')}`);
43
44
}
45
0 commit comments