From fa34ff96b879de9299fadcbeed32d36d33044a41 Mon Sep 17 00:00:00 2001 From: Tess Rinearson Date: Mon, 3 Feb 2020 15:00:31 +0100 Subject: [PATCH] abci: fix broken spec link (#4366) --- abci/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abci/README.md b/abci/README.md index ad84eb77c..cd0e9bbd9 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](../docs/spec/abci/abci.md) +- [The main spec](https://github.com/tendermint/spec/blob/master/spec/abci/abci.md) - [A protobuf file](./types/types.proto) - [A Go interface](./types/application.go)