Skip to content

Commit

Permalink
Merge pull request #29 from amureki/fix-docs-links
Browse files Browse the repository at this point in the history
Fix documentation links in docstrings
  • Loading branch information
benjamin-tang-pusher authored Oct 18, 2022
2 parents f3a734f + b9bec71 commit fb9fd31
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pusher_push_notifications/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit fb9fd31

Please sign in to comment.