The URL to abci-spec.md fixed

docs/abci-spec.md -> docs/app-dev/abci-spec.md
This commit is contained in:
Max Levy
2018-08-20 11:29:03 +09:00
committed by GitHub
parent bce09055b2
commit 459f126e9b
+1 -1
View File
@@ -469,7 +469,7 @@ Tendermint consensus engine. It would be initialized by a Genesis file, and it
would be driven by blocks of transactions committed by the underlying Tendermint
consensus. We'll talk more about ABCI and how this all works a bit later, but
feel free to check the
[specification](https://github.com/tendermint/tendermint/blob/master/docs/abci-spec.md).
[specification](https://github.com/tendermint/tendermint/blob/master/docs/app-dev/abci-spec.md).
We'll also see how to connect our app to a complete suite of components
for running and using a live blockchain application.