From a11f44913fec2c8064f491a914755068cf97e795 Mon Sep 17 00:00:00 2001 From: osrm <90407222+osrm@users.noreply.github.com> Date: Mon, 23 Dec 2024 23:26:33 +0900 Subject: [PATCH 1/3] fix invalid link 03-client-state.md "abci.go"'s link is invalid. "https://github.com/cosmos/ibc-go/blob/09-localhost/modules/core/02-client/abci.go#L12" -> "https://github.com/cosmos/ibc-go/blob/main/modules/core/02-client/abci.go#L12" --- .../03-light-clients/02-localhost/03-client-state.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/versioned_docs/version-v8.5.x/03-light-clients/02-localhost/03-client-state.md b/docs/versioned_docs/version-v8.5.x/03-light-clients/02-localhost/03-client-state.md index 19e03b62aa9..cf674c4fce8 100644 --- a/docs/versioned_docs/version-v8.5.x/03-light-clients/02-localhost/03-client-state.md +++ b/docs/versioned_docs/version-v8.5.x/03-light-clients/02-localhost/03-client-state.md @@ -33,7 +33,7 @@ It is possible to disable the localhost client by removing the `09-localhost` en The latest height is updated periodically through the ABCI [`BeginBlock`](https://docs.cosmos.network/v0.47/building-modules/beginblock-endblock) interface of the 02-client submodule in core IBC. -[See `BeginBlocker` in abci.go.](https://github.com/cosmos/ibc-go/blob/09-localhost/modules/core/02-client/abci.go#L12) +[See `BeginBlocker` in abci.go.](https://github.com/cosmos/ibc-go/blob/main/modules/core/02-client/abci.go#L12) ```go func BeginBlocker(ctx sdk.Context, k keeper.Keeper) { From d5dbe0a129b067c0136f28960ddc3eb042955d66 Mon Sep 17 00:00:00 2001 From: osrm <90407222+osrm@users.noreply.github.com> Date: Tue, 24 Dec 2024 00:16:43 +0900 Subject: [PATCH 2/3] fix invalid link 03-client-state.md "https://github.com/cosmos/ibc-go/blob/09-localhost/modules/core/02-client/abci.go#L12" -> "https://github.com/cosmos/ibc-go/blob/main/modules/core/02-client/abci.go#L28" --- .../03-light-clients/02-localhost/03-client-state.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/versioned_docs/version-v8.5.x/03-light-clients/02-localhost/03-client-state.md b/docs/versioned_docs/version-v8.5.x/03-light-clients/02-localhost/03-client-state.md index cf674c4fce8..1db3e5ebadf 100644 --- a/docs/versioned_docs/version-v8.5.x/03-light-clients/02-localhost/03-client-state.md +++ b/docs/versioned_docs/version-v8.5.x/03-light-clients/02-localhost/03-client-state.md @@ -33,7 +33,7 @@ It is possible to disable the localhost client by removing the `09-localhost` en The latest height is updated periodically through the ABCI [`BeginBlock`](https://docs.cosmos.network/v0.47/building-modules/beginblock-endblock) interface of the 02-client submodule in core IBC. -[See `BeginBlocker` in abci.go.](https://github.com/cosmos/ibc-go/blob/main/modules/core/02-client/abci.go#L12) +[See `BeginBlocker` in abci.go.](https://github.com/cosmos/ibc-go/blob/main/modules/core/02-client/abci.go#L28) ```go func BeginBlocker(ctx sdk.Context, k keeper.Keeper) { From a4c454df211438304b62bb39b8cd1c6fc6ec8267 Mon Sep 17 00:00:00 2001 From: osrm <90407222+osrm@users.noreply.github.com> Date: Tue, 24 Dec 2024 13:16:39 +0900 Subject: [PATCH 3/3] fix invalid link 03-client-state.md "https://github.com/cosmos/ibc-go/blob/09-localhost/modules/core/02-client/abci.go#L12" -> "https://github.com/cosmos/ibc-go/blob/v8.5.0/modules/core/02-client/abci.go#L12" --- .../03-light-clients/02-localhost/03-client-state.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/versioned_docs/version-v8.5.x/03-light-clients/02-localhost/03-client-state.md b/docs/versioned_docs/version-v8.5.x/03-light-clients/02-localhost/03-client-state.md index 1db3e5ebadf..bb2cbe2e248 100644 --- a/docs/versioned_docs/version-v8.5.x/03-light-clients/02-localhost/03-client-state.md +++ b/docs/versioned_docs/version-v8.5.x/03-light-clients/02-localhost/03-client-state.md @@ -33,7 +33,7 @@ It is possible to disable the localhost client by removing the `09-localhost` en The latest height is updated periodically through the ABCI [`BeginBlock`](https://docs.cosmos.network/v0.47/building-modules/beginblock-endblock) interface of the 02-client submodule in core IBC. -[See `BeginBlocker` in abci.go.](https://github.com/cosmos/ibc-go/blob/main/modules/core/02-client/abci.go#L28) +[See `BeginBlocker` in abci.go.](https://github.com/cosmos/ibc-go/blob/v8.5.0/modules/core/02-client/abci.go#L12) ```go func BeginBlocker(ctx sdk.Context, k keeper.Keeper) {