Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Shorten create-react-app.dev links
  • Loading branch information
iansu committed May 5, 2020
commit 7fa3a31319f864335daece1176d2978f4f92efb7
2 changes: 1 addition & 1 deletion packages/react-dev-utils/printHostingInstructions.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function printHostingInstructions(
console.log();
console.log('Find out more about deployment here:');
console.log();
console.log(` ${chalk.yellow('create-react-app.dev/docs/deployment')}`);
console.log(` ${chalk.yellow('https://cra.link/deployment')}`);
console.log();
}

Expand Down
4 changes: 1 addition & 3 deletions packages/react-scripts/scripts/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,7 @@ module.exports = function(
'This template should be updated to use the new `package` key.'
)
);
console.log(
'For more information, visit https://create-react-app.dev/docs/custom-templates'
);
console.log('For more information, visit https://cra.link/templates');
}
if (templateJson.dependencies) {
templatePackage.dependencies = templateJson.dependencies;
Expand Down