Skip to content

Commit 3800660

Browse files
authored
Update deprecation link (#17015)
Updates to a shortlink that we can redirect as needed for old versions. Currently 404
1 parent b532a58 commit 3800660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-react-app/createReactApp.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ function init() {
7979
'You can find a list of up-to-date React frameworks on react.dev'
8080
);
8181
console.log(
82-
chalk.underline('https://react.dev/learn/start-a-new-react-project')
82+
'For more info see:' + chalk.underline('https://react.dev/link/cra')
8383
);
8484
console.log('');
8585
console.log(

0 commit comments

Comments
 (0)