Skip to content

Commit 6e4f273

Browse files
authored
new playground links (#216)
1 parent acd3b17 commit 6e4f273

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/Examples.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,23 +45,23 @@ const examples = [
4545
subtitle:
4646
"Put it all together in a marketplace! This tutorial will teach you how to turn all the concepts you’ve learned into a place for people to share their creations with the community.",
4747
emoji: "🤝",
48-
projectLink: "https://play.onflow.org/af759188-6c0d-468a-9eda-50844f522261",
48+
projectLink: "https://play.onflow.org/45ae690e-c527-409c-970e-57f03df92790",
4949
docsLink: "https://docs.onflow.org/cadence/tutorial/05-marketplace-setup/"
5050
},
5151
{
5252
title: "Expand Non-Fungible Tokens",
5353
subtitle:
5454
"This tutorial is for the brave and the bold, an opportunity to discover what resources make possible - resources owning other resources. If you can imagine it, you can create it.",
5555
emoji: "🤠",
56-
projectLink: "https://play.onflow.org/dd33e2ba-098e-4033-a575-d56b8a3bf7b0",
56+
projectLink: "https://play.onflow.org/cda4d057-5898-4a7f-be34-fd47ec75085f",
5757
docsLink: "https://docs.onflow.org/cadence/tutorial/07-resources-compose/"
5858
},
5959
{
6060
title: "Voting Contract",
6161
subtitle:
6262
"With the advent of blockchain technology and smart contracts, it has become popular to try to create decentralized voting mechanisms that allow large groups of users to vote completely on chain",
6363
emoji: "🗳️",
64-
projectLink: "https://play.onflow.org/5f9fabb2-b865-4b6e-8e1b-cad2ef43ae0f",
64+
projectLink: "https://play.onflow.org/75a6ce58-74bb-468f-b7bd-425716c93c3e",
6565
docsLink: "https://docs.onflow.org/cadence/tutorial/08-voting/"
6666
}
6767
];

0 commit comments

Comments
 (0)