From 750024ffcdae06d2c715053af9304adc52be3596 Mon Sep 17 00:00:00 2001 From: Diamond Lewis Date: Sat, 17 Aug 2019 21:53:57 -0500 Subject: [PATCH] Add Cloud Code guide to README (#5936) Make the guide easily accessible --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3642fc7a..3ceba5fc 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Parse Server works with the Express web application framework. It can be added to existing web applications, or run by itself. -The full documentation for Parse Server is available in the [wiki](https://github.com/parse-community/parse-server/wiki). The [Parse Server guide](http://docs.parseplatform.org/parse-server/guide/) is a good place to get started. An [API reference](http://parseplatform.org/parse-server/api/) is also available. If you're interested in developing for Parse Server, the [Development guide](http://docs.parseplatform.org/parse-server/guide/#development-guide) will help you get set up. +The full documentation for Parse Server is available in the [wiki](https://github.com/parse-community/parse-server/wiki). The [Parse Server guide](http://docs.parseplatform.org/parse-server/guide/) is a good place to get started. An [API reference](http://parseplatform.org/parse-server/api/) and [Cloud Code guide](https://docs.parseplatform.org/cloudcode/guide/) are also available. If you're interested in developing for Parse Server, the [Development guide](http://docs.parseplatform.org/parse-server/guide/#development-guide) will help you get set up. - [Getting Started](#getting-started) - [Running Parse Server](#running-parse-server)