From 882c25f2923c57fb140c2288f74972b49ff5e890 Mon Sep 17 00:00:00 2001 From: "A. F. Dudley" Date: Tue, 21 Nov 2017 10:11:48 -0500 Subject: [PATCH] Update getting-started.rst to fix broken link fixes broken link to introduction.html --- docs/getting-started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.rst b/docs/getting-started.rst index a9a391b0e..26f6b7897 100644 --- a/docs/getting-started.rst +++ b/docs/getting-started.rst @@ -5,7 +5,7 @@ As a general purpose blockchain engine, Tendermint is agnostic to the application you want to run. So, to run a complete blockchain that does something useful, you must start two programs: one is Tendermint Core, the other is your application, which can be written in any programming -language. Recall from `the intro to ABCI `__ that +language. Recall from `the intro to ABCI `__ that Tendermint Core handles all the p2p and consensus stuff, and just forwards transactions to the application when they need to be validated, or when they're ready to be committed to a block.