Skip to content

Commit d5fa3db

Browse files
rickhanloniikarlhorky
authored andcommitted
Update deprecation link (facebook#17015)
Updates to a shortlink that we can redirect as needed for old versions. Currently 404
1 parent 6ceff77 commit d5fa3db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-react-app/createReactApp.js

Lines changed: 1 addition & 1 deletion
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)