Skip to content

Commit 6681bce

Browse files
authored
docs: fix 404 (#273)
1 parent e40a5d5 commit 6681bce

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/components/featurelist/index.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ export default function FeatureList(url) {
1515
},
1616
{
1717
title: `Build a Chain`,
18-
to: `${url}/build/building-apps/app-go`,
18+
to: `${url}/build/building-apps/runtime`,
1919
Svg: require("@site/static/img/link.svg").default,
2020
description: (
2121
<>
22-
Learn how to build a customized blockchain application using the Cosmos
23-
SDK, with support for various programming languages and consensus
24-
algorithms.
22+
Learn how to build a customized blockchain application using the
23+
Cosmos SDK, with support for various programming languages and
24+
consensus algorithms.
2525
</>
2626
),
2727
},
@@ -54,9 +54,9 @@ export default function FeatureList(url) {
5454
Svg: require("@site/static/img/public-service.svg").default,
5555
description: (
5656
<>
57-
Connect with other developers, validators, and enthusiasts in the Cosmos
58-
ecosystem, and collaborate on building the future of decentralized
59-
applications.
57+
Connect with other developers, validators, and enthusiasts in the
58+
Cosmos ecosystem, and collaborate on building the future of
59+
decentralized applications.
6060
</>
6161
),
6262
},

0 commit comments

Comments
 (0)