diff --git a/README.md b/README.md index cfe65ce..d48ab20 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 0e6eb2b..09ca284 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 8dc056a..53de3ef 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 9c24f2c..a65eae4 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/.