From 45c24ff8eae393f879723c3e7488fb19fcca9d8f Mon Sep 17 00:00:00 2001 From: Eric Mugo Date: Mon, 18 Nov 2019 16:13:32 +0300 Subject: [PATCH] docs: replace dead original whitepaper link (#4155) Co-Authored-By: Marko --- CHANGELOG_PENDING.md | 1 + README.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG_PENDING.md b/CHANGELOG_PENDING.md index 26b0f3129..137b7d05f 100644 --- a/CHANGELOG_PENDING.md +++ b/CHANGELOG_PENDING.md @@ -68,6 +68,7 @@ program](https://hackerone.com/tendermint). - [crypto] Add `RegisterKeyType` to amino to allow external key types registration (@austinabell) - [rpc] \#3188 Added `block_size` to `BlockMeta` this is reflected in `/blockchain` - [types] \#2521 Add `NumTxs` to `BlockMeta` and `EventDataNewBlockHeader` +- [docs] [\#4111](https://github.com/tendermint/tendermint/issues/4111) Replaced dead whitepaper link in README.md ### BUG FIXES: diff --git a/README.md b/README.md index c1d26ed68..07d136726 100644 --- a/README.md +++ b/README.md @@ -157,5 +157,6 @@ Additional documentation is found [here](/docs/tools). - [The latest gossip on BFT consensus](https://arxiv.org/abs/1807.04938) - [Master's Thesis on Tendermint](https://atrium.lib.uoguelph.ca/xmlui/handle/10214/9769) -- [Original Whitepaper](https://tendermint.com/static/docs/tendermint.pdf) +- [Original Whitepaper](https://github.com/tendermint/spec) + - You can find the link at the bottom of the readme - [Blog](https://blog.cosmos.network/tendermint/home)