From 4d09a6c25d9aea3a0209c648467493ba5b4ac63d Mon Sep 17 00:00:00 2001 From: William Banfield <4561443+williambanfield@users.noreply.github.com> Date: Thu, 28 Oct 2021 05:27:09 +0200 Subject: [PATCH] abci: fix readme link (#7173) --- abci/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abci/README.md b/abci/README.md index 4a953dab3..e2234f4d1 100644 --- a/abci/README.md +++ b/abci/README.md @@ -20,7 +20,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/tendermint/spec/blob/master/spec/abci/abci.md) -- [A protobuf file](../proto/tendermint/abci/types.proto) +- [A protobuf file](https://github.com/tendermint/spec/blob/master/proto/tendermint/abci/types.proto) - [A Go interface](./types/application.go) ## Protocol Buffers