Skip to content

Commit

Permalink
Use custom bit.ly links (facebook#3836)
Browse files Browse the repository at this point in the history
* change link to advanced deployment

* Use custom CRA link for deployment

* use custom link for minification failure

* update link for deployment

* feedback
  • Loading branch information
bondz authored and Timer committed Jan 18, 2018
1 parent b623692 commit 502180e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

Expand Down

0 comments on commit 502180e

Please sign in to comment.