Skip to content

Commit 502180e

Browse files
bondzTimer
authored andcommitted
Use custom bit.ly links (facebook#3836)
* change link to advanced deployment * Use custom CRA link for deployment * use custom link for minification failure * update link for deployment * feedback
1 parent b623692 commit 502180e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/start.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ if (process.env.HOST) {
6969
console.log(
7070
`If this was unintentional, check that you haven't mistakenly set it in your shell.`
7171
);
72-
console.log(`Learn more here: ${chalk.yellow('http://bit.ly/2mwWSwH')}`);
72+
console.log(`Learn more here: ${chalk.yellow('http://bit.ly/CRA-advanced-config')}`);
7373
console.log();
7474
}
7575

0 commit comments

Comments
 (0)