From f4889a3393091759619bdd24a8f34609e2dbcc4c Mon Sep 17 00:00:00 2001 From: peterbytes Date: Mon, 4 Apr 2016 13:40:47 -0700 Subject: [PATCH] The Heroku link redirects to the wiki index Changed the link so that it goes to Heroku Dev Center guide instead --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e11b3019d3..9980ec65aa 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ Once you have a better understanding of how the project works, please refer to t We have provided a basic [Node.js application](https://github.com/ParsePlatform/parse-server-example) that uses the Parse Server module on Express and can be easily deployed to various infrastructure providers: -* [Heroku and mLab](https://github.com/ParsePlatform/parse-server/wiki/Deploying-Parse-Server#deploying-to-heroku-and-mLab) +* [Heroku and mLab](https://devcenter.heroku.com/articles/deploying-a-parse-server-to-heroku) * [AWS and Elastic Beanstalk](http://mobile.awsblog.com/post/TxCD57GZLM2JR/How-to-set-up-Parse-Server-on-AWS-using-AWS-Elastic-Beanstalk) * [Digital Ocean](https://www.digitalocean.com/community/tutorials/how-to-run-parse-server-on-ubuntu-14-04) * [NodeChef](https://nodechef.com/blog/post/6/migrate-from-parse-to-nodechef%E2%80%99s-managed-parse-server)