Skip to content

Commit

Permalink
docs: fix link (#1472)
Browse files Browse the repository at this point in the history
I found that the previous link is expired due to the structure change.
dedf0d2#diff-f281ecc03994c15559193760bfdc29b0e4c448bf2abada106131842838931549

Updated it with hash in case it missing again.

---------

Co-authored-by: CHAMI Rachid <[email protected]>
  • Loading branch information
animeherox and rach-id committed Sep 18, 2024
1 parent 619d319 commit 0abc1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abci/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To get up and running quickly, see the [getting started guide](../docs/app-dev/g
A detailed description of the ABCI methods and message types is contained in:

- [The main spec](https://github.com/cometbft/cometbft/blob/v0.34.x/spec/abci/README.md)
- [A protobuf file](./types/types.proto)
- [A protobuf file](../proto/abci/types.proto)
- [A Go interface](./types/application.go)

## Protocol Buffers
Expand Down

0 comments on commit 0abc1de

Please sign in to comment.