Skip to content

Commit

Permalink
docs: fix 404 (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt authored Jan 31, 2025
1 parent e40a5d5 commit 6681bce
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/components/featurelist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
</>
),
},
Expand Down Expand Up @@ -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.
</>
),
},
Expand Down

0 comments on commit 6681bce

Please sign in to comment.