diff --git a/docs/gaia/join-testnet.md b/docs/gaia/join-testnet.md index a9529fe90..280a33ce4 100644 --- a/docs/gaia/join-testnet.md +++ b/docs/gaia/join-testnet.md @@ -117,7 +117,7 @@ If those seeds aren't working, you can find more seeds and persistent peers on t You can also ask for peers on the [Validators Riot Room](https://riot.im/app/#/room/#cosmos-validators:matrix.org) -For more information on seeds and peers, you can [read this](https://github.com/tendermint/tendermint/blob/develop/docs/using-tendermint.md#peers). +For more information on seeds and peers, you can [read this](https://github.com/tendermint/tendermint/blob/develop/docs/tendermint-core/using-tendermint.md#peers). ## Run a Full Node diff --git a/docs/spec/ics/ics-030-signed-messages.md b/docs/spec/ics/ics-030-signed-messages.md index 8f53238f7..4d1107122 100644 --- a/docs/spec/ics/ics-030-signed-messages.md +++ b/docs/spec/ics/ics-030-signed-messages.md @@ -61,7 +61,7 @@ pre-image attacks, as well as being [deterministic](https://en.wikipedia.org/wik ## Specification Tendermint has a well established protocol for signing messages using a canonical -JSON representation as defined [here](https://github.com/tendermint/tendermint/blob/master/types/canonical_json.go). +JSON representation as defined [here](https://github.com/tendermint/tendermint/blob/master/types/canonical.go). An example of such a canonical JSON structure is Tendermint's vote structure: