Skip to content

Commit 4705936

Browse files
authored
docs: fix the broken links (#2138)
Signed-off-by: looklose <[email protected]>
1 parent 73a58aa commit 4705936

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x/wasm/keeper/relay.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func (k Keeper) OnOpenChannel(
5555
//
5656
// There is an open issue with the [cosmos-sdk](https://github.com/cosmos/cosmos-sdk/issues/8334)
5757
// that the counterparty channelID is empty on the initiating chain
58-
// See https://github.com/cosmos/ics/tree/master/spec/ics-004-channel-and-packet-semantics#channel-lifecycle-management
58+
// See https://github.com/cosmos/ibc/tree/main/spec/core/ics-004-channel-and-packet-semantics#channel-lifecycle-management
5959
func (k Keeper) OnConnectChannel(
6060
ctx sdk.Context,
6161
contractAddr sdk.AccAddress,
@@ -92,7 +92,7 @@ func (k Keeper) OnConnectChannel(
9292
//
9393
// Once closed, channels cannot be reopened and identifiers cannot be reused. Identifier reuse is prevented because
9494
// we want to prevent potential replay of previously sent packets
95-
// See https://github.com/cosmos/ics/tree/master/spec/ics-004-channel-and-packet-semantics#channel-lifecycle-management
95+
// See https://github.com/cosmos/ibc/tree/main/spec/core/ics-004-channel-and-packet-semantics#channel-lifecycle-management
9696
func (k Keeper) OnCloseChannel(
9797
ctx sdk.Context,
9898
contractAddr sdk.AccAddress,

0 commit comments

Comments
 (0)