From 7dcbda4663268962001832be00801b2e8a070654 Mon Sep 17 00:00:00 2001 From: alex <152680487+bodhi-crypo@users.noreply.github.com> Date: Tue, 2 Jan 2024 19:17:06 +0800 Subject: [PATCH] docs: fix for links (#18926) --- tools/cosmovisor/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cosmovisor/README.md b/tools/cosmovisor/README.md index b7b7977433f2..0cca9eb192bf 100644 --- a/tools/cosmovisor/README.md +++ b/tools/cosmovisor/README.md @@ -347,7 +347,7 @@ Update app to the latest version (e.g. v0.50.0). :::note -Migration plans are defined using the `x/upgrade` module and described in [In-Place Store Migrations](https://github.com/cosmos/cosmos-sdk/blob/main/docs/docs/core/15-upgrade.md). Migrations can perform any deterministic state change. +Migration plans are defined using the `x/upgrade` module and described in [In-Place Store Migrations](https://github.com/cosmos/cosmos-sdk/blob/main/docs/learn/advanced/15-upgrade.md). Migrations can perform any deterministic state change. The migration plan to upgrade the simapp from v0.47 to v0.50 is defined in `simapp/upgrade.go`.