From 08536498b8494af5c7c769203b782671456fd31b Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Sun, 7 Oct 2018 12:35:34 -0700 Subject: [PATCH] Updated the link to firebase hosting Firebase link was targeting Firebase JS SDK which is not correct for this part of the documentation. This section of the documentation is trying to outline various deployment methods, Firebase JS SDK has nothing to do with deployment. Instead, the link should be pointing to Firebase Hosting Docs. --- packages/react-scripts/template/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-scripts/template/README.md b/packages/react-scripts/template/README.md index c037518f88c..8dfad17ad83 100644 --- a/packages/react-scripts/template/README.md +++ b/packages/react-scripts/template/README.md @@ -2219,7 +2219,7 @@ Now, after you create a production build with `npm run build`, you can deploy it Hosting URL: https://example-app-fd690.firebaseapp.com ``` -For more information see [Add Firebase to your JavaScript Project](https://firebase.google.com/docs/web/setup). +For more information see [Firebase Hosting](https://firebase.google.com/docs/hosting). ### [GitHub Pages](https://pages.github.com/)