We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5e1d8e commit f2cd7a8Copy full SHA for f2cd7a8
packages/std/src/types.rs
@@ -31,7 +31,7 @@ pub struct BlockInfo {
31
pub height: u64,
32
/// Absolute time of the block creation in seconds since the UNIX epoch (00:00:00 on 1970-01-01 UTC).
33
///
34
- /// The source of this is the [BFT Time in Tendermint](https://docs.tendermint.com/master/spec/consensus/bft-time.html),
+ /// The source of this is the [BFT Time in Tendermint](https://github.com/tendermint/tendermint/blob/58dc1726/spec/consensus/bft-time.md),
35
/// which has the same nanosecond precision as the `Timestamp` type.
36
37
/// # Examples
0 commit comments