Skip to content

Commit

Permalink
chore: Fix broken link for CRA deployment (#7897)
Browse files Browse the repository at this point in the history
  • Loading branch information
haruelrovix authored and andriijas committed Oct 29, 2019
1 parent c34aa13 commit 165765d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-dev-utils/printHostingInstructions.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function printHostingInstructions(
console.log();
console.log('Find out more about deployment here:');
console.log();
console.log(` ${chalk.yellow('https://bit.ly/CRA-deploy')}`);
console.log(` ${chalk.yellow('https://create-react-app.dev/docs/deployment')}`);
console.log();
}

Expand Down

0 comments on commit 165765d

Please sign in to comment.