From 7c8a76a093ddb571e61d29f287d2c3c9f1c50b54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harun=20=C4=90uli=C4=87?= Date: Wed, 19 Dec 2018 18:07:22 +0100 Subject: [PATCH] Fix link to ABCI in SDK Application Architecture (#3167) --- docs/intro/sdk-app-architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/sdk-app-architecture.md b/docs/intro/sdk-app-architecture.md index 4b302bd334..d1dc9a01f4 100644 --- a/docs/intro/sdk-app-architecture.md +++ b/docs/intro/sdk-app-architecture.md @@ -6,7 +6,7 @@ A blockchain application is just a [replicated deterministic state machine](http >Tendermint is an application-agnostic engine that is responsible for handling the *networking* and *consensus* layers of your blockchain. In practice, this means that Tendermint is reponsible for propagating and ordering transaction bytes. Tendermint Core relies on an eponymous Byzantine-Fault-Tolerant (BFT) algorithm to reach consensus on the order of transactions. For more on Tendermint, click [here](https://tendermint.com/docs/introduction/introduction.html). -Tendermint passes transactions from the network to the application through an interface called the [ABCI](https://github.com/tendermint/tendermint/tree/master/abci. If you look at the architecture of the blockchain node you are building, it looks like the following: +Tendermint passes transactions from the network to the application through an interface called the [ABCI](https://github.com/tendermint/tendermint/tree/master/abci). If you look at the architecture of the blockchain node you are building, it looks like the following: ``` +---------------------+