From 52aa36debecb6705e3bd1bebbe42cd3d84e99c43 Mon Sep 17 00:00:00 2001 From: JoshuaPubNub <76116074+JoshuaPubNub@users.noreply.github.com> Date: Tue, 6 Sep 2022 14:42:16 +0100 Subject: [PATCH] updated readme Links at the bottom of the readme that went to the docs pages were incorrect and broken. I have updated them appropriately --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ef7165b56..c733b9c09 100644 --- a/README.md +++ b/README.md @@ -85,9 +85,8 @@ pubnub.subscribe({ ## Documentation -* [Build your first realtime JS app with PubNub](https://www.pubnub.com/docs/platform/quickstarts/javascript) -* [API reference for JavaScript (web)](https://www.pubnub.com/docs/web-javascript/pubnub-javascript-sdk) -* [API reference for JavaScript (Node.js)](https://www.pubnub.com/docs/nodejs-javascript/pubnub-javascript-sdk) +* [Start with PubNub first steps here](https://www.pubnub.com/docs/basics/set-up-your-account) +* [API reference for JavaScript, including node.js ](https://www.pubnub.com/docs/sdks/javascript) ## Support