Skip to content

Commit d2b5be2

Browse files
Benjamin Wilson Friedmanflovilmart
Benjamin Wilson Friedman
authored andcommitted
Fixed docs.parseplatform.org links in README.md (#3728)
* Fixed docs.parseplatform.org links in README.md Fixes a couple links in the README.md that were forcing `https` while docs.parseplatform.org does not support a secure connection currently. * Changed link for sdks Updated the link for the sdks to the more detailed page http://parseplatform.org/#sdks
1 parent 69042fb commit d2b5be2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ That's it! You are now running a standalone version of Parse Server on your mach
4343

4444
### Saving your first object
4545

46-
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:
46+
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:
4747

4848
```bash
4949
curl -X POST \
@@ -105,7 +105,7 @@ $ curl -X GET \
105105

106106
```
107107

108-
To learn more about using saving and querying objects on Parse Server, check out the [Parse documentation](https://docs.parseplatform.org).
108+
To learn more about using saving and querying objects on Parse Server, check out the [Parse documentation](http://docs.parseplatform.org).
109109

110110
### Connect your app to Parse Server
111111

0 commit comments

Comments
 (0)