chore: Fix broken link for CRA deployment (#7897)

This commit is contained in:
Havit Rovik
2019-10-29 19:39:46 +07:00
committed by Andreas Cederström
parent c34aa1369d
commit 165765db3f

View File

@@ -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();
}