From d584e034272dff8c088304c8f00a2f970e4e30fd Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Wed, 30 May 2018 23:23:39 -0400 Subject: [PATCH] fix link and typo --- docs/app-architecture.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/app-architecture.rst b/docs/app-architecture.rst index cbcac4d1..c303ba4a 100644 --- a/docs/app-architecture.rst +++ b/docs/app-architecture.rst @@ -6,11 +6,11 @@ application. The following diagram provides a superb example: -https://lh3.googleusercontent.com/eOT9KuaBjv7xKBg2xN8u2O1nU2Iw1-6PtFXrBSFWW8LYhfAMu84EwXW4RwyOnuiNqCoOoqXxE8Pkhr4Fyq9f=w2559-h1303-rw +https://drive.google.com/open?id=1yR2XpRi9YCY9H9uMfcw8-RMJpvDyvjz9 The end-user application here is the Cosmos Voyager, at the bottom left. Voyager communicates with a REST API exposed by a local Light-Client Daemon. -The Light-Client Daemon is an application specific program that communciates with +The Light-Client Daemon is an application specific program that communicates with Tendermint nodes and verifies Tendermint light-client proofs through the Tendermint Core RPC. The Tendermint Core process communicates with a local ABCI application, where the user query or transaction is actually processed.