We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ceff77 commit d5fa3dbCopy full SHA for d5fa3db
packages/create-react-app/createReactApp.js
@@ -79,7 +79,7 @@ function init() {
79
'You can find a list of up-to-date React frameworks on react.dev',
80
);
81
console.log(
82
- chalk.underline('https://react.dev/learn/start-a-new-react-project'),
+ 'For more info see:' + chalk.underline('https://react.dev/link/cra'),
83
84
console.log('');
85
0 commit comments