From 48e008ed104a05f096c6fef9a851c544f3ab5069 Mon Sep 17 00:00:00 2001 From: Andrew Farmer Date: Fri, 19 Nov 2021 10:11:46 -0800 Subject: [PATCH] acbi: fix readme link to protocol buffers (#362) --- spec/abci/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/abci/README.md b/spec/abci/README.md index 957742be7..61b7b4b7f 100644 --- a/spec/abci/README.md +++ b/spec/abci/README.md @@ -14,7 +14,7 @@ _methods_, each with a corresponding `Request` and `Response`message type. To perform state-machine replication, Tendermint calls the ABCI methods on the ABCI application by sending the `Request*` messages and receiving the `Response*` messages in return. -All ABCI messages and methods are defined in [protocol buffers](https://github.com/tendermint/spec/blob/master/proto/abci/types.proto). +All ABCI messages and methods are defined in [protocol buffers](https://github.com/tendermint/spec/blob/master/proto/tendermint/abci/types.proto). This allows Tendermint to run with applications written in many programming languages. This specification is split as follows: