diff --git a/spec/app/ics-028-cross-chain-validation/data_structures.md b/spec/app/ics-028-cross-chain-validation/data_structures.md index 1a51ceeb8..29ba0cdce 100644 --- a/spec/app/ics-028-cross-chain-validation/data_structures.md +++ b/spec/app/ics-028-cross-chain-validation/data_structures.md @@ -95,7 +95,7 @@ The CCV module is initialized through the `InitGenesis` method when the chain is If `transferChannelId == ""`, a new token transfer channel is created on top of the same connection as the CCV channel. The provider CCV module handles governance proposals to add new consumer chains and to remove existing consumer chains. -While the structure of governance proposals is specific to every ABCI application (for an example, see the `Proposal` interface in the [Governance module documentation](https://docs.cosmos.network/main/build/modules/gov) of Cosmos SDK), +While the structure of governance proposals is specific to every ABCI application (for an example, see the `Proposal` interface in the [Governance module documentation](https://docs.cosmos.network/sdk/v0.53/build/modules/gov/README) of Cosmos SDK), this specification expects the following fields to be part of the proposals to add new consumer chains (i.e., `ConsumerAdditionProposal`) and to remove existing ones (i.e., `ConsumerRemovalProposal`): ```typescript