From a5b17363c5b5714404382488c509b4b4de58020a Mon Sep 17 00:00:00 2001 From: sacOO7 Date: Fri, 5 Jul 2024 16:47:01 +0530 Subject: [PATCH] updated readme#limitations link to ably docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b401c35..30573784 100644 --- a/README.md +++ b/README.md @@ -403,9 +403,9 @@ As of release 1.2.0, the following are not implemented and will be covered in fu ### REST API -- [Push notifications admin API](https://ably.com/docs/general/push/admin) is not implemented. +- [Push notifications admin API](https://ably.com/docs/api/rest-sdk/push-admin) is not implemented. -- [JWT authentication](https://ably.com/docs/core-features/authentication#ably-jwt-process) using `auth-url` is not implemented. +- [JWT authentication](https://ably.com/docs/auth/token?lang=javascript#jwt) using `auth-url` is not implemented. See [jwt auth issue](https://github.com/ably/ably-go/issues/569) for more details. ### Realtime API