Skip to content

Commit a326c9e

Browse files
authored
[Documentation] Fix links to RPC module docs in README (#603)
## Description Fix the links to RPC module Readme and Changelog in the main README.md file ## Issue Fixes N/A ## Type of change Please mark the relevant option(s): - [ ] New feature, functionality or library - [ ] Bug fix - [ ] Code health or cleanup - [ ] Major breaking change - [x] Documentation - [ ] Other <!-- add details here if it a different type of change --> ## List of changes - Fix links to RPC module docs ## Testing - [ ] `make develop_test` - [ ] [LocalNet](https://github.com/pokt-network/pocket/blob/main/docs/development/README.md) w/ all of the steps outlined in the `README` ## Required Checklist - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have added, or updated, [`godoc` format comments](https://go.dev/blog/godoc) on touched members (see: [tip.golang.org/doc/comment](https://tip.golang.org/doc/comment)) - [ ] I have tested my changes using the available tooling - [ ] I have updated the corresponding CHANGELOG ### If Applicable Checklist - [ ] I have updated the corresponding README(s); local and/or global - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have added, or updated, [mermaid.js](https://mermaid-js.github.io) diagrams in the corresponding README(s) - [ ] I have added, or updated, documentation and [mermaid.js](https://mermaid-js.github.io) diagrams in `shared/docs/*` if I updated `shared/*`README(s)
1 parent ef1eba4 commit a326c9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ If you'd like to contribute to the Pocket V1 Protocol, start by:
4444
- [Persistence Architecture](persistence/docs/README.md)
4545
- [P2P Architecture](p2p/README.md)
4646
- [APP Architecture](app/client/doc/README.md)
47-
- [RPC Architecture](app/pocket/rpc/doc/README.md)
47+
- [RPC Architecture](rpc/doc/README.md)
4848
- [Node binary Architecture](app/pocket/doc/README.md)
4949

5050
### Changelogs
@@ -55,7 +55,7 @@ If you'd like to contribute to the Pocket V1 Protocol, start by:
5555
- [Persistence Changelog](persistence/docs/CHANGELOG.md)
5656
- [P2P Changelog](p2p/CHANGELOG.md)
5757
- [APP Changelog](app/client/doc/CHANGELOG.md)
58-
- [RPC Changelog](app/pocket/rpc/doc/CHANGELOG.md)
58+
- [RPC Changelog](rpc/doc/CHANGELOG.md)
5959
- [Node binary Changelog](app/pocket/doc/CHANGELOG.md)
6060

6161
- _Coming Soon: Telemetry Changelog_

0 commit comments

Comments
 (0)