Skip to content

Commit

Permalink
Add placeholders where old template READMEs used to be (#7972)
Browse files Browse the repository at this point in the history
  • Loading branch information
iansu authored Nov 13, 2019
1 parent 30b491b commit 915108b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
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('https://create-react-app.dev/docs/deployment')}`);
console.log(` ${chalk.yellow('bit.ly/CRA-deploy')}`);
console.log();
}

Expand Down
1 change: 1 addition & 0 deletions packages/react-scripts/template-typescript/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This file has moved [here](https://github.com/facebook/create-react-app/blob/master/packages/cra-template-typescript/template/README.md)
1 change: 1 addition & 0 deletions packages/react-scripts/template/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This file has moved [here](https://github.com/facebook/create-react-app/blob/master/packages/cra-template/template/README.md)

0 comments on commit 915108b

Please sign in to comment.