Skip to content

Commit 915108b

Browse files
authored
Add placeholders where old template READMEs used to be (#7972)
1 parent 30b491b commit 915108b

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

packages/react-dev-utils/printHostingInstructions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function printHostingInstructions(
3939
console.log();
4040
console.log('Find out more about deployment here:');
4141
console.log();
42-
console.log(` ${chalk.yellow('https://create-react-app.dev/docs/deployment')}`);
42+
console.log(` ${chalk.yellow('bit.ly/CRA-deploy')}`);
4343
console.log();
4444
}
4545

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

0 commit comments

Comments
 (0)