From 9c1fb3f8c63db699d64c18d8af77bce3d7b04e71 Mon Sep 17 00:00:00 2001 From: Rootul P Date: Fri, 3 Mar 2023 15:06:16 -0500 Subject: [PATCH] Update specs/src/specs/consensus.md Co-authored-by: Sanaz Taheri <35961250+staheri14@users.noreply.github.com> --- specs/src/specs/consensus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/src/specs/consensus.md b/specs/src/specs/consensus.md index e50172df9c..9db0364c12 100644 --- a/specs/src/specs/consensus.md +++ b/specs/src/specs/consensus.md @@ -99,7 +99,7 @@ TODO The Tendermint consensus protocol is fork-free by construction under an honest majority of stake assumption. -If a block has a [valid commit](#blocklastcommit), it is part of the canonical chain. If equivocation evidence is detected for more than 1/3 of voting power, the node must halt. See [rationale doc](../rationale/fork_choice_das.md) for more information. +If a block has a [valid commit](#blocklastcommit), it is part of the canonical chain. If equivocation evidence is detected for more than 1/3 of voting power, the node must halt. See [rationale doc](./../rationale/fork_choice_das.md) for more information. ## Block Validity