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