From 0d526b4339c4ef190fc7068ede46961c5175bc2c Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 11:02:04 +0100 Subject: [PATCH] docs: fix runtime doc dead link to app-go-di.md (backport #23264) (#23268) Co-authored-by: Zoro --- docs/build/building-apps/00-runtime.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build/building-apps/00-runtime.md b/docs/build/building-apps/00-runtime.md index 8389057505..40818e0604 100644 --- a/docs/build/building-apps/00-runtime.md +++ b/docs/build/building-apps/00-runtime.md @@ -134,7 +134,7 @@ An application only needs to call `AppBuilder.Build` to create a fully configure https://github.com/cosmos/cosmos-sdk/blob/v0.52.0-beta.2/runtime/builder.go#L36-L80 ``` -More information on building applications can be found in the [next section](./02-app-go-di.md). +More information on building applications can be found in the [next section](./01-app-go-di.md). ## Best Practices