From 970abf7196ebbb4a742a57e9180e64affb083666 Mon Sep 17 00:00:00 2001 From: LordGhostX Date: Tue, 11 Jul 2023 18:46:43 +0100 Subject: [PATCH] chore: update docs link --- README.md | 7 +++---- examples/relay-angular-chat/README.md | 2 +- examples/relay-reactjs-chat/README.md | 2 +- examples/store-reactjs-chat/README.md | 3 +-- 4 files changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index cfe65ce9..d48ab20c 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Send messages between several users (or just one) using light client targetted p ### Minimal Angular (v13) Waku Relay -A barebone messaging app to illustrate the [Angular Relay guide](https://docs.wakuconnect.dev/docs/guides/10_angular_relay/). +A barebone messaging app to illustrate the seamless integration of `js-waku` into AngularJS. - [code](examples/relay-angular-chat) - [website](https://examples.waku.org/relay-angular-chat) @@ -46,7 +46,7 @@ This example uses Waku Relay to send and receive simple text messages. ### Waku Relay in ReactJS -A barebone chat app to illustrate the [ReactJS Relay guide](https://docs.wakuconnect.dev/docs/guides/07_reactjs_relay/). +A barebone chat app to illustrate the seamless integration of `js-waku` into ReactJS. - [code](examples/relay-reactjs-chat) - [website](https://examples.waku.org/relay-reactjs-chat) @@ -81,8 +81,7 @@ This example uses Waku Store to retrieve the latest ping relay message (used for ### Minimal ReactJS Waku Store App -A simple app that retrieves chat messages using [Waku Store](https://rfc.vac.dev/spec/13/) -to illustrate the [Retrieve Messages Using Waku Store With ReactJS guide](https://docs.wakuconnect.dev/docs/guides/08_reactjs_store/). +A simple app that retrieves chat messages using [Waku Store](https://docs.waku.org/overview/concepts/protocols#store) to illustrate the retrieval of messages with `js-waku` and ReactJS. - [code](examples/store-reactjs-chat) - [website](https://examples.waku.org/store-reactjs-chat) diff --git a/examples/relay-angular-chat/README.md b/examples/relay-angular-chat/README.md index 0e6eb2bf..09ca284c 100644 --- a/examples/relay-angular-chat/README.md +++ b/examples/relay-angular-chat/README.md @@ -8,7 +8,7 @@ - Protobuf using `protobufjs` - No async/await syntax -A barebones messaging app to illustrate the [Angular Relay guide](https://docs.wakuconnect.dev/docs/guides/10_angular_relay/). +A barebone messaging app to illustrate the seamless integration of `js-waku` into AngularJS. The `master` branch's HEAD is deployed at https://examples.waku.org/relay-angular-chat/. diff --git a/examples/relay-reactjs-chat/README.md b/examples/relay-reactjs-chat/README.md index 8dc056a5..53de3efa 100644 --- a/examples/relay-reactjs-chat/README.md +++ b/examples/relay-reactjs-chat/README.md @@ -8,7 +8,7 @@ - Waku Relay - Protobuf using `protobufjs`. -A barebone chat app to illustrate the [ReactJS Relay guide](https://docs.wakuconnect.dev/docs/guides/07_reactjs_relay/). +A barebone chat app to illustrate the seamless integration of `js-waku` into ReactJS. The `master` branch's HEAD is deployed at https://examples.waku.org/relay-reactjs-chat/. diff --git a/examples/store-reactjs-chat/README.md b/examples/store-reactjs-chat/README.md index 9c24f2c1..a65eae4b 100644 --- a/examples/store-reactjs-chat/README.md +++ b/examples/store-reactjs-chat/README.md @@ -6,8 +6,7 @@ - Protobuf using `protobufjs`. - No async/await syntax. -A simple app that retrieves chat messages using [Waku Store](https://rfc.vac.dev/spec/13/) -to illustrate the [Retrieve Messages Using Waku Store With ReactJS guide](https://docs.wakuconnect.dev/docs/guides/08_reactjs_store/). +A simple app that retrieves chat messages using [Waku Store](https://docs.waku.org/overview/concepts/protocols#store) to illustrate the retrieval of messages with `js-waku` and ReactJS. The `master` branch's HEAD is deployed at https://examples.waku.org/store-reactjs-chat/.