diff --git a/packages/react-dev-utils/printHostingInstructions.js b/packages/react-dev-utils/printHostingInstructions.js index 8c65452381d..9d40f66ac6a 100644 --- a/packages/react-dev-utils/printHostingInstructions.js +++ b/packages/react-dev-utils/printHostingInstructions.js @@ -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(); } diff --git a/packages/react-scripts/template-typescript/README.md b/packages/react-scripts/template-typescript/README.md new file mode 100644 index 00000000000..c2021dd7335 --- /dev/null +++ b/packages/react-scripts/template-typescript/README.md @@ -0,0 +1 @@ +This file has moved [here](https://github.com/facebook/create-react-app/blob/master/packages/cra-template-typescript/template/README.md) diff --git a/packages/react-scripts/template/README.md b/packages/react-scripts/template/README.md new file mode 100644 index 00000000000..1269cf81993 --- /dev/null +++ b/packages/react-scripts/template/README.md @@ -0,0 +1 @@ +This file has moved [here](https://github.com/facebook/create-react-app/blob/master/packages/cra-template/template/README.md)