Skip to content

Commit

Permalink
chore: update docs link (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
LordGhostX committed Jul 12, 2023
1 parent 0ba66bc commit 9fb6b18
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion examples/relay-angular-chat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/.

Expand Down
2 changes: 1 addition & 1 deletion examples/relay-reactjs-chat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/.

Expand Down
3 changes: 1 addition & 2 deletions examples/store-reactjs-chat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/.

Expand Down

0 comments on commit 9fb6b18

Please sign in to comment.