Skip to content

Commit c4f21b8

Browse files
author
Benjamin Wilson Friedman
authored
Updated docs links
1 parent 45bfef7 commit c4f21b8

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
@@ -247,7 +247,7 @@ $file = ParseFile::createFromData($contents, "Parse.txt", "text/plain");
247247

248248
Push:
249249

250-
In order to use Push you must first configure a [working push configuration](https://parseplatform.github.io/docs/parse-server/guide/#push-notifications) in your parse server instance.
250+
In order to use Push you must first configure a [working push configuration](http://docs.parseplatform.org/parse-server/guide/#push-notifications) in your parse server instance.
251251

252252
```php
253253
$data = array("alert" => "Hi!");
@@ -315,7 +315,7 @@ See the CONTRIBUTORS.md file for information on testing and contributing to
315315
the Parse PHP SDK. We welcome fixes and enhancements.
316316

317317
[Get Composer]: https://getcomposer.org/download/
318-
[Parse PHP Guide]: https://www.parse.com/docs/php/guide
318+
[Parse PHP Guide]: http://docs.parseplatform.org/php/guide/
319319

320320
-----
321321

0 commit comments

Comments
 (0)