Browse Source

ABCI: Update readme to fix broken link to proto (#5847)

# Description

Proto definitions file was moved and link was broken. Fixed as relative link.
pull/5829/head
John Adler 4 years ago
committed by GitHub
parent
commit
3c1416b3d7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      abci/README.md

+ 1
- 1
abci/README.md View File

@ -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](./types/types.proto)
- [A protobuf file](../proto/tendermint/abci/types.proto)
- [A Go interface](./types/application.go)
## Protocol Buffers


Loading…
Cancel
Save