Commit 9d67605a authored by Bond's avatar Bond Committed by Joe Haddad
Browse files

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
parent 477e0601
Showing with 3 additions and 3 deletions
+3 -3
...@@ -37,7 +37,7 @@ module.exports = function printBuildError(err) { ...@@ -37,7 +37,7 @@ module.exports = function printBuildError(err) {
} catch (ignored) { } catch (ignored) {
console.log('Failed to minify the bundle.', err); 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 { } else {
console.log((message || err) + '\n'); console.log((message || err) + '\n');
} }
......
...@@ -39,7 +39,7 @@ function printHostingInstructions( ...@@ -39,7 +39,7 @@ function printHostingInstructions(
console.log(); console.log();
console.log('Find out more about deployment here:'); console.log('Find out more about deployment here:');
console.log(); console.log();
console.log(` ${chalk.yellow('http://bit.ly/2vY88Kr')}`); console.log(` ${chalk.yellow('http://bit.ly/CRA-deploy')}`);
console.log(); console.log();
} }
......
...@@ -69,7 +69,7 @@ if (process.env.HOST) { ...@@ -69,7 +69,7 @@ if (process.env.HOST) {
console.log( console.log(
`If this was unintentional, check that you haven't mistakenly set it in your shell.` `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(); console.log();
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment