From 15b0a051319cf2e6b74f4189c78b007d0e887bd5 Mon Sep 17 00:00:00 2001 From: jt <> Date: Sun, 28 Mar 2021 13:19:38 +0200 Subject: [PATCH] Fix link to push notification tutorial --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf20aca5ea..3f9ed6ffd2 100644 --- a/README.md +++ b/README.md @@ -300,7 +300,7 @@ For the full list of available options, run `parse-server --help` or take a look * `port` - The default port is 1337, specify this parameter to use a different port. * `serverURL` - URL to your Parse Server (don't forget to specify http:// or https://). This URL will be used when making requests to Parse Server from Cloud Code. * `cloud` - The absolute path to your cloud code `main.js` file. -* `push` - Configuration options for APNS and GCM push. See the [Push Notifications quick start](http://docs.parseplatform.org/parse-server/guide/#push-notifications_push-notifications-quick-start). +* `push` - Configuration options for APNS and GCM push. See the [Push Notifications quick start](https://docs.parseplatform.org/parse-server/guide/#push-notifications-quick-start). ## Client Key Options