Skip to content

Commit 165765d

Browse files
haruelrovixandriijas
authored andcommitted
chore: Fix broken link for CRA deployment (#7897)
1 parent c34aa13 commit 165765d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-dev-utils/printHostingInstructions.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function printHostingInstructions(
3939
console.log();
4040
console.log('Find out more about deployment here:');
4141
console.log();
42-
console.log(` ${chalk.yellow('https://bit.ly/CRA-deploy')}`);
42+
console.log(` ${chalk.yellow('https://create-react-app.dev/docs/deployment')}`);
4343
console.log();
4444
}
4545

0 commit comments

Comments
 (0)