From c066b3939677a77ce0ae68892ac63fae06b7c897 Mon Sep 17 00:00:00 2001 From: Black3HDF <29630164+Satoshi-Kusumoto@users.noreply.github.com> Date: Thu, 28 Nov 2019 17:22:44 +0800 Subject: [PATCH] docs: fix broken links in consensus/readme.md (#4200) --- consensus/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consensus/README.md b/consensus/README.md index 1111317d5..35b30b0fa 100644 --- a/consensus/README.md +++ b/consensus/README.md @@ -1 +1 @@ -See the [consensus spec](https://github.com/tendermint/tendermint/tree/master/docs/spec/consensus) and the [reactor consensus spec](https://github.com/tendermint/tendermint/tree/master/docs/spec/reactors/consensus) for more information. +See the [consensus spec](https://github.com/tendermint/spec/tree/master/spec/consensus) and the [reactor consensus spec](https://github.com/tendermint/spec/tree/master/spec/reactors/consensus) for more information.