Skip to content

Commit 619b60f

Browse files
BigManingcwgoes
authored andcommitted
Merge PR #2908: Fix file path error
1 parent 1a18a42 commit 619b60f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/gaia/join-testnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ If those seeds aren't working, you can find more seeds and persistent peers on t
117117

118118
You can also ask for peers on the [Validators Riot Room](https://riot.im/app/#/room/#cosmos-validators:matrix.org)
119119

120-
For more information on seeds and peers, you can [read this](https://github.com/tendermint/tendermint/blob/develop/docs/using-tendermint.md#peers).
120+
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).
121121

122122
## Run a Full Node
123123

docs/spec/ics/ics-030-signed-messages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ pre-image attacks, as well as being [deterministic](https://en.wikipedia.org/wik
6161
## Specification
6262

6363
Tendermint has a well established protocol for signing messages using a canonical
64-
JSON representation as defined [here](https://github.com/tendermint/tendermint/blob/master/types/canonical_json.go).
64+
JSON representation as defined [here](https://github.com/tendermint/tendermint/blob/master/types/canonical.go).
6565

6666
An example of such a canonical JSON structure is Tendermint's vote structure:
6767

0 commit comments

Comments
 (0)