diff --git a/pusher_push_notifications/__init__.py b/pusher_push_notifications/__init__.py index 2ec909b..b5ea38e 100644 --- a/pusher_push_notifications/__init__.py +++ b/pusher_push_notifications/__init__.py @@ -170,12 +170,12 @@ def publish(self, interests, publish_body): be sent to. publish_body (dict): Dict containing the body of the push notification publish request. - (see https://docs.pusher.com/push-notifications) + (see https://pusher.com/docs/beams/) Returns: A dict containing the publish response from the Pusher Push Notifications service. - (see https://docs.pusher.com/push-notifications) + (see https://pusher.com/docs/beams/) Raises: PusherAuthError: if the secret_key is incorrect @@ -208,12 +208,12 @@ def publish_to_interests(self, interests, publish_body): be sent to. publish_body (dict): Dict containing the body of the push notification publish request. - (see https://docs.pusher.com/push-notifications) + (see https://pusher.com/docs/beams/) Returns: A dict containing the publish response from the Pusher Push Notifications service. - (see https://docs.pusher.com/push-notifications) + (see https://pusher.com/docs/beams/) Raises: PusherAuthError: if the secret_key is incorrect @@ -291,12 +291,12 @@ def publish_to_users(self, user_ids, publish_body): be sent to. publish_body (dict): Dict containing the body of the push notification publish request. - (see https://docs.pusher.com/push-notifications) + (see https://pusher.com/docs/beams/) Returns: A dict containing the publish response from the Pusher Push Notifications service. - (see https://docs.pusher.com/push-notifications) + (see https://pusher.com/docs/beams/) Raises: PusherAuthError: if the secret_key is incorrect