Skip to content

Commit

Permalink
docs: Fix RPC/OpenAPI references/links (backport #416) (#417)
Browse files Browse the repository at this point in the history
* docs: Fix RPC/OpenAPI references/links (#416)

(cherry picked from commit 9ad2db82eecdc500574eee34b3a40060c9f52f98)

# Conflicts:
#	docs/core/rpc.md
#	rpc/openapi/README.md

* Resolve conflicts

Signed-off-by: Thane Thomson <[email protected]>

---------

Signed-off-by: Thane Thomson <[email protected]>
Co-authored-by: Thane Thomson <[email protected]>
  • Loading branch information
mergify[bot] and thanethomson authored Feb 28, 2023
1 parent 1c45b18 commit d136c53
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/core/rpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ order: 9

The RPC documentation is hosted here:

- [RPC Documentation](https://docs.cometbft.com/v0.37/rpc)
- [OpenAPI reference](../rpc)

To update the documentation, edit the relevant `godoc` comments in the [rpc/core directory](https://github.com/cometbft/cometbft/blob/v0.37.x/rpc/core).
<!--
NOTE: The OpenAPI reference (../rpc) is injected into the documentation during
the CometBFT docs build process. See https://github.com/cometbft/cometbft-docs/
for details.
-->
File renamed without changes.

0 comments on commit d136c53

Please sign in to comment.