File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
src/components/featurelist Expand file tree Collapse file tree 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) {
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 } ,
You can’t perform that action at this time.
0 commit comments