docs: update abci links (#1796)

This commit is contained in:
Zach
2018-06-23 00:16:51 +02:00
committed by Alexander Simmerl
parent 01f6009518
commit 867550dd8b
14 changed files with 33 additions and 52 deletions
+1 -2
View File
@@ -45,8 +45,7 @@ blocks are produced regularly, even if there are no transactions. See
*No Empty Blocks*, below, to modify this setting.
Tendermint supports in-process versions of the `counter`, `kvstore` and
`nil` apps that ship as examples in the [ABCI
repository](https://github.com/tendermint/abci). It's easy to compile
`nil` apps that ship as examples with `abci-cli`. It's easy to compile
your own app in-process with Tendermint if it's written in Go. If your
app is not written in Go, simply run it in another process, and use the
`--proxy_app` flag to specify the address of the socket it is listening