From 8747eaac7df4c962d2b4fc35d7926de83463eca5 Mon Sep 17 00:00:00 2001 From: Max Levy <35595512+maxim-levy@users.noreply.github.com> Date: Mon, 20 Aug 2018 11:22:46 +0900 Subject: [PATCH] A URL to abci-spec.md fixed /docs/abci-spec.md -> /docs/app-dev/abci-spec.md --- docs/sdk/core/app4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sdk/core/app4.md b/docs/sdk/core/app4.md index 0724e5e7a8..b6596ef0cf 100644 --- a/docs/sdk/core/app4.md +++ b/docs/sdk/core/app4.md @@ -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