diff --git a/docs/versioned_docs/version-v7.8.x/03-light-clients/03-localhost/03-client-state.md b/docs/versioned_docs/version-v7.8.x/03-light-clients/03-localhost/03-client-state.md index 19e03b62aa9..cd725fa309f 100644 --- a/docs/versioned_docs/version-v7.8.x/03-light-clients/03-localhost/03-client-state.md +++ b/docs/versioned_docs/version-v7.8.x/03-light-clients/03-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/v7.8.0/modules/core/02-client/abci.go#L12) ```go func BeginBlocker(ctx sdk.Context, k keeper.Keeper) {