From 663009019e8633edbfb93692afd42cbd171113ce Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Fri, 31 Jan 2025 17:08:08 +0100 Subject: [PATCH] docs: fix 404 --- src/components/featurelist/index.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/featurelist/index.js b/src/components/featurelist/index.js index 1c22c0c88..795399101 100644 --- a/src/components/featurelist/index.js +++ b/src/components/featurelist/index.js @@ -15,13 +15,13 @@ export default function FeatureList(url) { }, { title: `Build a Chain`, - to: `${url}/build/building-apps/app-go`, + to: `${url}/build/building-apps/runtime`, Svg: require("@site/static/img/link.svg").default, description: ( <> - Learn how to build a customized blockchain application using the Cosmos - SDK, with support for various programming languages and consensus - algorithms. + Learn how to build a customized blockchain application using the + Cosmos SDK, with support for various programming languages and + consensus algorithms. ), }, @@ -54,9 +54,9 @@ export default function FeatureList(url) { Svg: require("@site/static/img/public-service.svg").default, description: ( <> - Connect with other developers, validators, and enthusiasts in the Cosmos - ecosystem, and collaborate on building the future of decentralized - applications. + Connect with other developers, validators, and enthusiasts in the + Cosmos ecosystem, and collaborate on building the future of + decentralized applications. ), },