second attempt at fixing all links

This commit is contained in:
Callum Michael Waters
2020-03-10 16:22:14 +01:00
parent c9a664a2f8
commit 3f04e8bbce

View File

@@ -23,7 +23,7 @@ Specification of the Tendermint consensus protocol.
consensus state machine to recover from crashes.
The protocol used to gossip consensus messages between peers, which is critical
for liveness, is described in the [reactors section](/spec/reactors/consensus/consensus.md).
for liveness, is described in the [reactors section](../reactors/consensus/consensus.md).
There is also a [stale markdown description](consensus.md) of the consensus state machine
(TODO update this).