From 0abc1dea5a66b8f7734cbbee3b305f6315662dd7 Mon Sep 17 00:00:00 2001 From: Darryl PAU Date: Wed, 18 Sep 2024 11:03:35 -0400 Subject: [PATCH] docs: fix link (#1472) I found that the previous link is expired due to the structure change. https://github.com/celestiaorg/celestia-core/commit/dedf0d2350d561fffcb181c22e861914e7457619#diff-f281ecc03994c15559193760bfdc29b0e4c448bf2abada106131842838931549 Updated it with hash in case it missing again. --------- Co-authored-by: CHAMI Rachid --- abci/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abci/README.md b/abci/README.md index b9e7268d8c..1f8c37809f 100644 --- a/abci/README.md +++ b/abci/README.md @@ -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