From 9038083b68898ea914e0245b85e77d5075b6ae1a Mon Sep 17 00:00:00 2001 From: tac0turtle <24299864+tac0turtle@users.noreply.github.com> Date: Thu, 9 Jan 2025 12:02:53 +0000 Subject: [PATCH] chore: Sync docs from cosmos-sdk/docs --- docs/build/building-apps/00-runtime.md | 2 +- versioned_docs/version-0.52/build/building-apps/00-runtime.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/build/building-apps/00-runtime.md b/docs/build/building-apps/00-runtime.md index 838905750..40818e060 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 diff --git a/versioned_docs/version-0.52/build/building-apps/00-runtime.md b/versioned_docs/version-0.52/build/building-apps/00-runtime.md index 838905750..40818e060 100644 --- a/versioned_docs/version-0.52/build/building-apps/00-runtime.md +++ b/versioned_docs/version-0.52/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