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)