We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b532a58 commit 3800660Copy full SHA for 3800660
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