abci: fix broken spec link (#4366)

This commit is contained in:
Tess Rinearson
2020-02-03 15:00:31 +01:00
committed by GitHub
parent 1edb542f99
commit fa34ff96b8

View File

@@ -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)