Skip to content

Commit f2cd7a8

Browse files
committed
Fix BFT Time link
1 parent f5e1d8e commit f2cd7a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/std/src/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pub struct BlockInfo {
3131
pub height: u64,
3232
/// Absolute time of the block creation in seconds since the UNIX epoch (00:00:00 on 1970-01-01 UTC).
3333
///
34-
/// The source of this is the [BFT Time in Tendermint](https://docs.tendermint.com/master/spec/consensus/bft-time.html),
34+
/// The source of this is the [BFT Time in Tendermint](https://github.com/tendermint/tendermint/blob/58dc1726/spec/consensus/bft-time.md),
3535
/// which has the same nanosecond precision as the `Timestamp` type.
3636
///
3737
/// # Examples

0 commit comments

Comments
 (0)