From ee7ce83fc0554ed05701efa52bca3039be36541c Mon Sep 17 00:00:00 2001 From: Moshiul Huq Rabbi <42906079+MoshiulRabbi@users.noreply.github.com> Date: Tue, 21 Jun 2022 00:42:30 +0600 Subject: [PATCH] update the heroku buildpack link --- docusaurus/docs/deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus/docs/deployment.md b/docusaurus/docs/deployment.md index 0d7bfcfb804..14a29997761 100644 --- a/docusaurus/docs/deployment.md +++ b/docusaurus/docs/deployment.md @@ -378,7 +378,7 @@ If, when deploying, you get `Cannot read property 'email' of null`, try the foll ## [Heroku](https://www.heroku.com/) -Use the [Heroku Buildpack for Create React App](https://github.com/mars/create-react-app-buildpack). +Use the [Heroku Buildpack for Create React App](https://github.com/heroku/heroku-buildpack-nodejs). You can find instructions in [Deploying React with Zero Configuration](https://blog.heroku.com/deploying-react-with-zero-configuration).