Fix some broken links (#5261)

## Description

Fix a bunch of old and broken links in markdown files.
This commit is contained in:
John Adler
2020-08-18 14:57:12 -04:00
committed by GitHub
parent b74427fa82
commit 0ae0c2d837
12 changed files with 13 additions and 15 deletions

View File

@@ -115,7 +115,7 @@ Hello world.
Tendermint Core communicates with the application through the Application
BlockChain Interface (ABCI). All message types are defined in the [protobuf
file](https://github.com/tendermint/tendermint/blob/master/abci/types/types.proto).
file](https://github.com/tendermint/tendermint/blob/master/proto/tendermint/abci/types.proto).
This allows Tendermint Core to run applications written in any programming
language.