Skip to content

Commit da80418

Browse files
committed
Update changelog & readme
1 parent 3753092 commit da80418

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88
### Added
9-
- Support for "Users" feature: `publish_to_users`, `authenticate_user` and `delete_user`
9+
- Support for "Authenticated Users" feature: `publish_to_users`, `generate_token` and `delete_user`
1010

1111
### Changed
1212
- `publish` renamed to `publish_to_interests` (`publish` method deprecated).

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Use your instance id and secret (you can get these from the
4040
Publishing to Device Interests
4141
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4242

43-
You can broadcast notifications to groups of subscribed devices using `Device Interests <https://docs.pusher.com/beams/interests>`__:
43+
You can broadcast notifications to groups of subscribed devices using `Device Interests <https://docs.pusher.com/beams/concepts/device-interests>`__:
4444

4545
.. code::
4646
@@ -66,7 +66,7 @@ You can broadcast notifications to groups of subscribed devices using `Device In
6666
Publishing to Authenticated Users
6767
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6868

69-
Securely send notifications to individual users of your application using `Authenticated Users <https://docs.pusher.com/beams/users>`__:
69+
Securely send notifications to individual users of your application using `Authenticated Users <https://docs.pusher.com/beams/concepts/authenticated-users>`__:
7070

7171
.. code::
7272

0 commit comments

Comments
 (0)