From 1a565b83ec227a7b9f146008c0dc299fc6e7ecc5 Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Mon, 13 Mar 2017 17:17:41 -0400 Subject: [PATCH] fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b94c97c3..e6aafa6b8 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ This means ABCI applications written in Golang can be compiled with TendermintCo # Tools and Apps The `abci-cli` tool wraps any ABCI client and can be used for probing/testing an ABCI application. -See the [guide](htutoria://tendermint.com/docs/guides/abci-cli) for more details. +See the [guide](https://tendermint.com/docs/guides/abci-cli) for more details. Multiple example apps are included: - the `counter` application, which illustrates nonce checking in txs