Skip to content

Commit fb9fd31

Browse files
Merge pull request #29 from amureki/fix-docs-links
Fix documentation links in docstrings
2 parents f3a734f + b9bec71 commit fb9fd31

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pusher_push_notifications/__init__.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -170,12 +170,12 @@ def publish(self, interests, publish_body):
170170
be sent to.
171171
publish_body (dict): Dict containing the body of the push
172172
notification publish request.
173-
(see https://docs.pusher.com/push-notifications)
173+
(see https://pusher.com/docs/beams/)
174174
175175
Returns:
176176
A dict containing the publish response from the Pusher Push
177177
Notifications service.
178-
(see https://docs.pusher.com/push-notifications)
178+
(see https://pusher.com/docs/beams/)
179179
180180
Raises:
181181
PusherAuthError: if the secret_key is incorrect
@@ -208,12 +208,12 @@ def publish_to_interests(self, interests, publish_body):
208208
be sent to.
209209
publish_body (dict): Dict containing the body of the push
210210
notification publish request.
211-
(see https://docs.pusher.com/push-notifications)
211+
(see https://pusher.com/docs/beams/)
212212
213213
Returns:
214214
A dict containing the publish response from the Pusher Push
215215
Notifications service.
216-
(see https://docs.pusher.com/push-notifications)
216+
(see https://pusher.com/docs/beams/)
217217
218218
Raises:
219219
PusherAuthError: if the secret_key is incorrect
@@ -291,12 +291,12 @@ def publish_to_users(self, user_ids, publish_body):
291291
be sent to.
292292
publish_body (dict): Dict containing the body of the push
293293
notification publish request.
294-
(see https://docs.pusher.com/push-notifications)
294+
(see https://pusher.com/docs/beams/)
295295
296296
Returns:
297297
A dict containing the publish response from the Pusher Push
298298
Notifications service.
299-
(see https://docs.pusher.com/push-notifications)
299+
(see https://pusher.com/docs/beams/)
300300
301301
Raises:
302302
PusherAuthError: if the secret_key is incorrect

0 commit comments

Comments
 (0)