From 5ac81eb1986623d91decbdf3c9bc692fe4f5349b Mon Sep 17 00:00:00 2001 From: Erik Grinaker Date: Fri, 7 Feb 2020 15:00:19 +0100 Subject: [PATCH] docs: fix incorrect link (#4377) --- types/block.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/block.go b/types/block.go index 40a6e5472..4f61a2bc9 100644 --- a/types/block.go +++ b/types/block.go @@ -319,7 +319,7 @@ func MaxDataBytesUnknownEvidence(maxBytes int64, valsCount int) int64 { // NOTE: changes to the Header should be duplicated in: // - header.Hash() // - abci.Header -// - https://github.com/tendermint/spec/spec/blockchain/blockchain.md +// - https://github.com/tendermint/spec/blob/master/spec/blockchain/blockchain.md type Header struct { // basic block info Version version.Consensus `json:"version"`