Browse Source

Merge pull request #871 from tendermint/fix/docs-860

docs: fix links
pull/884/head
Ethan Buchman 7 years ago
committed by GitHub
parent
commit
9334aad906
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      docs/specification/block-structure.rst
  2. +2
    -2
      docs/specification/merkle.rst

+ 2
- 2
docs/specification/block-structure.rst View File

@ -98,7 +98,7 @@ This is to protect anyone from swapping votes between chains to fake (or
frame) a validator. Also note that this ``chainID`` is in the
``genesis.json`` from *Tendermint*, not the ``genesis.json`` from the
basecoin app (`that is a different
chainID... <https://github.com/tendermint/basecoin/issues/32>`__).
chainID... <https://github.com/cosmos/cosmos-sdk/issues/32>`__).
Once we have those votes, and we calculated the proper `sign
bytes <https://godoc.org/github.com/tendermint/tendermint/types#Vote.WriteSignBytes>`__
@ -136,7 +136,7 @@ Block Hash
The `block
hash <https://godoc.org/github.com/tendermint/tendermint/types#Block.Hash>`__
is the `Simple Tree hash <Merkle-Trees#simple-tree-with-dictionaries>`__
is the `Simple Tree hash <./merkle.html#simple-tree-with-dictionaries>`__
of the fields of the block ``Header`` encoded as a list of
``KVPair``\ s.


+ 2
- 2
docs/specification/merkle.rst View File

@ -6,9 +6,9 @@ For an overview of Merkle trees, see
There are two types of Merkle trees used in Tendermint.
- ```IAVL+ Tree`` <#iavl-tree>`__: An immutable self-balancing binary
- **IAVL+ Tree**: An immutable self-balancing binary
tree for persistent application state
- ```Simple Tree`` <#simple-tree>`__: A simple compact binary tree for
- **Simple Tree**: A simple compact binary tree for
a static list of items
IAVL+ Tree


Loading…
Cancel
Save