From ba0e05f454ed1f24d0cb10cdb79966513e853fc3 Mon Sep 17 00:00:00 2001 From: Diego Vieira Date: Wed, 15 Nov 2017 14:37:16 +0000 Subject: [PATCH 1/2] fix dead link to blog --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 72d345506c..2b68213b99 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,16 @@ Parse Server works with the Express web application framework. It can be added t [![Greenkeeper badge](https://badges.greenkeeper.io/parse-community/parse-server.svg)](https://greenkeeper.io/) -April 2016 - We created a series of video screencasts, please check them out here: [http://blog.parse.com/learn/parse-server-video-series-april-2016/](http://blog.parse.com/learn/parse-server-video-series-april-2016/) +April 2016 - We created a series of video screencasts, please check them out here: + + +[Development Environment Setup (OSX)](https://www.youtube.com/watch?v=SSLuqZi0nOM) + +[Your First Parse Server App](https://www.youtube.com/watch?v=o522ovITvW4) + +[JavaScript and Cloud Code Tips](https://www.youtube.com/watch?v=wAQsY0XdatQ) + +[Contributing to Parse Server](https://www.youtube.com/watch?v=osMWMz9GK3s) The fastest and easiest way to get started is to run MongoDB and Parse Server locally. From 14ed7bc3db6744c0de9ea5cfb6a3edc93be89c7a Mon Sep 17 00:00:00 2001 From: Diego Vieira Date: Wed, 15 Nov 2017 14:59:48 +0000 Subject: [PATCH 2/2] point old blog to new domain --- README.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 2b68213b99..fe293bb33f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![Join Chat](https://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-brightgreen.svg)](https://gitter.im/ParsePlatform/Chat) -Parse Server is an [open source version of the Parse backend](http://blog.parse.com/announcements/introducing-parse-server-and-the-database-migration-tool/) that can be deployed to any infrastructure that can run Node.js. +Parse Server is an [open source version of the Parse backend](http://blog.parseplatform.org/announcements/introducing-parse-server-and-the-database-migration-tool/) that can be deployed to any infrastructure that can run Node.js. Parse Server works with the Express web application framework. It can be added to existing web applications, or run by itself. @@ -16,16 +16,7 @@ Parse Server works with the Express web application framework. It can be added t [![Greenkeeper badge](https://badges.greenkeeper.io/parse-community/parse-server.svg)](https://greenkeeper.io/) -April 2016 - We created a series of video screencasts, please check them out here: - - -[Development Environment Setup (OSX)](https://www.youtube.com/watch?v=SSLuqZi0nOM) - -[Your First Parse Server App](https://www.youtube.com/watch?v=o522ovITvW4) - -[JavaScript and Cloud Code Tips](https://www.youtube.com/watch?v=wAQsY0XdatQ) - -[Contributing to Parse Server](https://www.youtube.com/watch?v=osMWMz9GK3s) +April 2016 - We created a series of video screencasts, please check them out here: [http://blog.parseplatform.org/learn/parse-server-video-series-april-2016/](http://blog.parseplatform.org/learn/parse-server-video-series-april-2016/) The fastest and easiest way to get started is to run MongoDB and Parse Server locally.