There was an error while loading. Please reload this page.
1 parent 30b491b commit 915108bCopy full SHA for 915108b
packages/react-dev-utils/printHostingInstructions.js
@@ -39,7 +39,7 @@ function printHostingInstructions(
39
console.log();
40
console.log('Find out more about deployment here:');
41
42
- console.log(` ${chalk.yellow('https://create-react-app.dev/docs/deployment')}`);
+ console.log(` ${chalk.yellow('bit.ly/CRA-deploy')}`);
43
44
}
45
packages/react-scripts/template-typescript/README.md
@@ -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)
packages/react-scripts/template/README.md
+This file has moved [here](https://github.com/facebook/create-react-app/blob/master/packages/cra-template/template/README.md)
0 commit comments