diff --git a/packages/react-dev-utils/printHostingInstructions.js b/packages/react-dev-utils/printHostingInstructions.js
index 39d7de0fe7f..8c65452381d 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://bit.ly/CRA-deploy')}`);
+  console.log(`  ${chalk.yellow('https://create-react-app.dev/docs/deployment')}`);
   console.log();
 }