diff --git a/README.md b/README.md index 8c3d633a..1df4996c 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ That's it! You are now running a standalone version of Parse Server on your mach ### Saving your first object -Now that you're running Parse Server, it is time to save your first object. We'll use the [REST API](https://docs.parseplatform.org/rest/guide), but you can easily do the same using any of the [Parse SDKs](https://parseplatform.github.io/#sdks). Run the following: +Now that you're running Parse Server, it is time to save your first object. We'll use the [REST API](http://docs.parseplatform.org/rest/guide), but you can easily do the same using any of the [Parse SDKs](http://parseplatform.org/#sdks). Run the following: ```bash curl -X POST \ @@ -105,7 +105,7 @@ $ curl -X GET \ ``` -To learn more about using saving and querying objects on Parse Server, check out the [Parse documentation](https://docs.parseplatform.org). +To learn more about using saving and querying objects on Parse Server, check out the [Parse documentation](http://docs.parseplatform.org). ### Connect your app to Parse Server