chore: update docs link (#251)

This commit is contained in:
LordGhostX 2023-07-12 11:11:30 +01:00 committed by GitHub
parent 0ba66bcb20
commit 9fb6b185e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 8 deletions

View File

@ -30,7 +30,7 @@ Send messages between several users (or just one) using light client targetted p
### Minimal Angular (v13) Waku Relay ### 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) - [code](examples/relay-angular-chat)
- [website](https://examples.waku.org/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 ### 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) - [code](examples/relay-reactjs-chat)
- [website](https://examples.waku.org/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 ### Minimal ReactJS Waku Store App
A simple app that retrieves chat messages using [Waku Store](https://rfc.vac.dev/spec/13/) 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.
to illustrate the [Retrieve Messages Using Waku Store With ReactJS guide](https://docs.wakuconnect.dev/docs/guides/08_reactjs_store/).
- [code](examples/store-reactjs-chat) - [code](examples/store-reactjs-chat)
- [website](https://examples.waku.org/store-reactjs-chat) - [website](https://examples.waku.org/store-reactjs-chat)

View File

@ -8,7 +8,7 @@
- Protobuf using `protobufjs` - Protobuf using `protobufjs`
- No async/await syntax - 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/. The `master` branch's HEAD is deployed at https://examples.waku.org/relay-angular-chat/.

View File

@ -8,7 +8,7 @@
- Waku Relay - Waku Relay
- Protobuf using `protobufjs`. - 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/. The `master` branch's HEAD is deployed at https://examples.waku.org/relay-reactjs-chat/.

View File

@ -6,8 +6,7 @@
- Protobuf using `protobufjs`. - Protobuf using `protobufjs`.
- No async/await syntax. - No async/await syntax.
A simple app that retrieves chat messages using [Waku Store](https://rfc.vac.dev/spec/13/) 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.
to illustrate the [Retrieve Messages Using Waku Store With ReactJS guide](https://docs.wakuconnect.dev/docs/guides/08_reactjs_store/).
The `master` branch's HEAD is deployed at https://examples.waku.org/store-reactjs-chat/. The `master` branch's HEAD is deployed at https://examples.waku.org/store-reactjs-chat/.