File tree 1 file changed +7
-7
lines changed
src/components/featurelist 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ export default function FeatureList(url) {
15
15
} ,
16
16
{
17
17
title : `Build a Chain` ,
18
- to : `${ url } /build/building-apps/app-go ` ,
18
+ to : `${ url } /build/building-apps/runtime ` ,
19
19
Svg : require ( "@site/static/img/link.svg" ) . default ,
20
20
description : (
21
21
< >
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.
25
25
</ >
26
26
) ,
27
27
} ,
@@ -54,9 +54,9 @@ export default function FeatureList(url) {
54
54
Svg : require ( "@site/static/img/public-service.svg" ) . default ,
55
55
description : (
56
56
< >
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.
60
60
</ >
61
61
) ,
62
62
} ,
You can’t perform that action at this time.
0 commit comments