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 akstuhl committed Mar 15, 2018
1 parent 7617c13 commit 259c923
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/react-dev-utils/printBuildError.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module.exports = function printBuildError(err) {
} catch (ignored) {
console.log('Failed to minify the bundle.', err);
}
console.log('Read more here: http://bit.ly/2tRViJ9');
console.log('Read more here: http://bit.ly/CRA-build-minify');
} else {
console.log((message || err) + '\n');
}
Expand Down
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('http://bit.ly/2vY88Kr')}`);
console.log(` ${chalk.yellow('http://bit.ly/CRA-deploy')}`);
console.log();
}

Expand Down
2 changes: 1 addition & 1 deletion packages/react-scripts/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 259c923

Please sign in to comment.