From 576e40eabdb1ed07b399c64322bf8785c80109b1 Mon Sep 17 00:00:00 2001 From: Ismail Khoffi Date: Fri, 24 Jan 2020 15:17:04 +0100 Subject: [PATCH] Fix link in readme ./light -> ./light-client --- spec/consensus/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/consensus/readme.md b/spec/consensus/readme.md index 32d5579be..85e27074c 100644 --- a/spec/consensus/readme.md +++ b/spec/consensus/readme.md @@ -15,7 +15,7 @@ Specification of the Tendermint consensus protocol. block header is computed in a Byzantine Fault Tolerant manner - [Creating Proposal](./creating-proposal.md) - How a proposer creates a block proposal for consensus -- [Light Client Protocol](./light) - A protocol for light weight consensus +- [Light Client Protocol](./light-client) - A protocol for light weight consensus verification and syncing to the latest state - [Signing](./signing.md) - Rules for cryptographic signatures produced by validators.