Use custom bit.ly links (#3836)

* change link to advanced deployment

* Use custom CRA link for deployment

* use custom link for minification failure

* update link for deployment

* feedback
This commit is contained in:
Bond
2018-01-18 15:17:02 +01:00
committed by Joe Haddad
parent 477e060141
commit 9d67605ab6
3 changed files with 3 additions and 3 deletions

View File

@@ -69,7 +69,7 @@ if (process.env.HOST) {
console.log(
`If this was unintentional, check that you haven't mistakenly set it in your shell.`
);
console.log(`Learn more here: ${chalk.yellow('http://bit.ly/2mwWSwH')}`);
console.log(`Learn more here: ${chalk.yellow('http://bit.ly/CRA-advanced-config')}`);
console.log();
}