From 91fba07e49cee43048fd761c8b2c2ec3c017acc8 Mon Sep 17 00:00:00 2001 From: Sergio Mena Date: Wed, 19 Oct 2022 11:16:52 +0200 Subject: [PATCH] Fix some broken links in docs (#9579) Some links that the linter found as broken are replaced by working ones that point to the same contents --- #### PR checklist - [x] Tests written/updated, or no tests needed - [x] `CHANGELOG_PENDING.md` updated, or no changelog entry needed - [x] Updated relevant documentation (`docs/`) and code comments, or no documentation updates needed --- docs/DOCS_README.md | 2 +- docs/architecture/adr-071-proposer-based-timestamps.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/DOCS_README.md b/docs/DOCS_README.md index 6b9594c60..4b21320e1 100644 --- a/docs/DOCS_README.md +++ b/docs/DOCS_README.md @@ -99,4 +99,4 @@ configuration file that we can update with PRs. Because the build processes are identical (as is the information contained herein), this file should be kept in sync as much as possible with its [counterpart in the Cosmos SDK -repo](https://github.com/cosmos/cosmos-sdk/blob/master/docs/DOCS_README.md). +repo](https://github.com/cosmos/cosmos-sdk/blob/main/docs/README.md). diff --git a/docs/architecture/adr-071-proposer-based-timestamps.md b/docs/architecture/adr-071-proposer-based-timestamps.md index 11fd70dae..e17226cce 100644 --- a/docs/architecture/adr-071-proposer-based-timestamps.md +++ b/docs/architecture/adr-071-proposer-based-timestamps.md @@ -61,7 +61,7 @@ The following protocols and application features require a reliable source of ti * Tendermint Light Clients [rely on correspondence between their known time](https://github.com/tendermint/tendermint/blob/main/spec/light-client/verification/README.md#definitions-1) and the block time for block verification. * Tendermint Evidence validity is determined [either in terms of heights or in terms of time](https://github.com/tendermint/tendermint/blob/8029cf7a0fcc89a5004e173ec065aa48ad5ba3c8/spec/consensus/evidence.md#verification). * Unbonding of staked assets in the Cosmos Hub [occurs after a period of 21 days](https://github.com/cosmos/governance/blob/ce75de4019b0129f6efcbb0e752cd2cc9e6136d3/params-change/Staking.md#unbondingtime). -* IBC packets can use either a [timestamp or a height to timeout packet delivery](https://docs.cosmos.network/v0.44/ibc/overview.html#acknowledgements) +* IBC packets can use either a [timestamp or a height to timeout packet delivery](https://docs.cosmos.network/v0.45/ibc/overview.html#acknowledgements) Finally, inflation distribution in the Cosmos Hub uses an approximation of time to calculate an annual percentage rate. This approximation of time is calculated using [block heights with an estimated number of blocks produced in a year](https://github.com/cosmos/governance/blob/master/params-change/Mint.md#blocksperyear).