From b24e2986111f1f5a0898c481044a3492aa3db335 Mon Sep 17 00:00:00 2001 From: Sergio Mena Date: Tue, 1 Mar 2022 18:02:08 +0100 Subject: [PATCH] Fix dangling link in ABCI++ readme --- spec/abci++/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spec/abci++/README.md b/spec/abci++/README.md index b8b75f46b..f720dae4e 100644 --- a/spec/abci++/README.md +++ b/spec/abci++/README.md @@ -20,8 +20,7 @@ for handling all ABCI++ methods. Thus, Tendermint always sends the `Request*` messages and receives the `Response*` messages in return. -All ABCI++ messages and methods are defined in -[protocol buffers](https://github.com/tendermint/tendermint/blob/master/proto/spec/abci/types.proto). +All ABCI++ messages and methods are defined in [protocol buffers](../../proto/tendermint/abci/types.proto). This allows Tendermint to run with applications written in many programming languages. This specification is split as follows: