From 2596c7f6be6a7d452b071cc2a924583947e4be41 Mon Sep 17 00:00:00 2001 From: Zoro Date: Mon, 23 Dec 2024 19:33:51 +0800 Subject: [PATCH] docs: fix dead link in `UPGRADING.md` (#23059) Co-authored-by: Hieu Vu <72878483+hieuvubk@users.noreply.github.com> --- UPGRADING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADING.md b/UPGRADING.md index 6479991c121f..5cadf6050c7c 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -62,7 +62,7 @@ It is additional to the changes described here. In this section we describe the changes made in Cosmos SDK' SimApp. **These changes are directly applicable to your application wiring.** -Please read this section first, but for an exhaustive list of changes, refer to the [CHANGELOG](https://github.com/cosmos/cosmos-sdk/blob/main/simapp/CHANGELOG.md). +Please read this section first, but for an exhaustive list of changes, refer to the [CHANGELOG](https://github.com/cosmos/cosmos-sdk/blob/release/v0.52.x/simapp/CHANGELOG.md). #### Client (`root.go`)