Browse Source

Fix dangling link in ABCI++ readme

pull/8031/head
Sergio Mena 3 years ago
parent
commit
b24e298611
No known key found for this signature in database GPG Key ID: 43D327BE5B5DD087
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      spec/abci++/README.md

+ 1
- 2
spec/abci++/README.md View File

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


Loading…
Cancel
Save