Skip to content

Commit

Permalink
fix more links
Browse files Browse the repository at this point in the history
  • Loading branch information
okdas committed Dec 19, 2023
1 parent 18276b8 commit 10750b1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docusaurus/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ version by following the instructions [here](https://github.com/pokt-network/gpo

## License

This project is licensed under the MIT License; see the [LICENSE](LICENSE) file for details.
This project is licensed under the MIT License; see the [LICENSE](https://github.com/pokt-network/poktroll/blob/main/LICENSE) file for details.
15 changes: 10 additions & 5 deletions docusaurus/docs/packages/pkg/client/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ sidebar_position: 2
- [Advanced Usage](#advanced-usage-1)
- [Best Practices](#best-practices)
- [FAQ](#faq)
- [Why use `events` over directly using Gorilla WebSockets?](#why-use-events-over-directly-using-gorilla-websockets)
- [How can I use a different connection mechanism other than WebSockets?](#how-can-i-use-a-different-connection-mechanism-other-than-websockets)
- [Why use the `EventsReplayClient` over directly maintaining an `EventsQueryClient`?](#why-use-the-eventsreplayclient-over-directly-maintaining-an-eventsqueryclient)
- [Why use `events` over directly using Gorilla WebSockets?](#why-use-events-over-directly-using-gorilla-websockets)
- [How can I use a different connection mechanism other than WebSockets?](#how-can-i-use-a-different-connection-mechanism-other-than-websockets)
- [Why use the `EventsReplayClient` over directly maintaining an `EventsQueryClient`?](#why-use-the-eventsreplayclient-over-directly-maintaining-an-eventsqueryclient)

<!-- tocstop -->

Expand Down Expand Up @@ -366,8 +366,13 @@ a respective type. Examples of these include the `client.BlockClient` and
`client.DelegationClient` interfaces which under-the-hood are wrappers for the
`EventsReplayClient`.

See: [BlockClient](../../../pkg/client/block/) and
[DelegationClient](../../../pkg/client/delegation/) for more detailed examples

:::danger
TODO: Update links for BlockClient and DelegationClient when they are added to the documentation.
:::

See: [BlockClient](#TODO) and
[DelegationClient](#TODO) for more detailed examples
on how to wrap and use the `EventsReplayClient` in a more advanced setting.

## Best Practices
Expand Down

0 comments on commit 10750b1

Please sign in to comment.