A 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:22:46 +09:00
committed by GitHub
parent bce09055b2
commit 8747eaac7d
+1 -1
View File
@@ -16,7 +16,7 @@ here we will introduce the other ABCI requests sent by Tendermint, and
how we can use them to build more advanced applications. For a more complete
depiction of the ABCI and how its used, see
[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)
## InitChain