From a0724296592f63c0b7fdbc4eec1a7e53b6f4eb55 Mon Sep 17 00:00:00 2001 From: Peng Zhong Date: Thu, 7 Sep 2017 13:32:56 +0800 Subject: [PATCH] Fix blog post link for ABCI We moved our blog to Medium. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f2a8c050..56d1ce29a 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ glide install go install ./cmd/... ``` -For more information on ABCI, motivations, and tutorials, please visit [our blog post](https://tendermint.com/blog/abci-the-application-blockchain-interface), +For more information on ABCI, motivations, and tutorials, please visit [our blog post](https://blog.cosmos.network/abci-the-application-blockchain-interface-f1bd8278cdd7), and the more detailed [application developer's guide](https://tendermint.com/docs/guides/app-development). Previously, the ABCI was referred to as TMSP.