Skip to content

Commit c49a633

Browse files
committed
update domain from onflow.org to flow.com
1 parent 71e1576 commit c49a633

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/components/Examples.tsx

+6-6
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,23 @@ const examples = [
2121
subtitle:
2222
'Write your first contract on Flow. This is the perfect place to start to get the hang of the fundamentals of Cadence.',
2323
emoji: '🌎',
24-
projectLink: 'https://play.onflow.org/af7aba31-dee9-4477-9e1d-7b46e958468e',
24+
projectLink: 'https://play.flow.com/af7aba31-dee9-4477-9e1d-7b46e958468e',
2525
docsLink: 'https://developers.flow.com/cadence/tutorial/02-hello-world',
2626
},
2727
{
2828
title: 'Mint Fungible Tokens',
2929
subtitle:
3030
'Create and sell digital assets of your own in this tutorial! This tutorial will teach you the basics of creating, storing, and moving digital assets and tokens.',
3131
emoji: '💸',
32-
projectLink: 'https://play.onflow.org/e63bfce9-3324-4385-9542-626845ae0363',
32+
projectLink: 'https://play.flow.com/e63bfce9-3324-4385-9542-626845ae0363',
3333
docsLink: 'https://developers.flow.com/cadence/tutorial/06-fungible-tokens',
3434
},
3535
{
3636
title: 'Create Non-Fungible Tokens',
3737
subtitle:
3838
'Create and shape your own unique digital objects. Here you’ll learn what really makes blockchains magic - the ability for unique items to be created, shared, and stored forever.',
3939
emoji: '😺',
40-
projectLink: 'https://play.onflow.org/a21087ad-b22c-4981-b49e-17297e916fa6',
40+
projectLink: 'https://play.flow.com/a21087ad-b22c-4981-b49e-17297e916fa6',
4141
docsLink:
4242
'https://developers.flow.com/cadence/tutorial/05-non-fungible-tokens-1',
4343
},
@@ -46,7 +46,7 @@ const examples = [
4646
subtitle:
4747
'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.',
4848
emoji: '🤝',
49-
projectLink: 'https://play.onflow.org/49ec2856-1258-4675-bac3-850b4bae1929',
49+
projectLink: 'https://play.flow.com/49ec2856-1258-4675-bac3-850b4bae1929',
5050
docsLink:
5151
'https://developers.flow.com/cadence/tutorial/08-marketplace-compose',
5252
},
@@ -55,7 +55,7 @@ const examples = [
5555
subtitle:
5656
'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.',
5757
emoji: '🤠',
58-
projectLink: 'https://play.onflow.org/01f812d7-799a-42fd-b9cb-9ffe556e02ad',
58+
projectLink: 'https://play.flow.com/01f812d7-799a-42fd-b9cb-9ffe556e02ad',
5959
docsLink:
6060
'https://developers.flow.com/cadence/tutorial/10-resources-compose',
6161
},
@@ -64,7 +64,7 @@ const examples = [
6464
subtitle:
6565
'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',
6666
emoji: '🗳️',
67-
projectLink: 'https://play.onflow.org/d120f0a7-d411-4243-bc59-5125a84f99b3',
67+
projectLink: 'https://play.flow.com/d120f0a7-d411-4243-bc59-5125a84f99b3',
6868
docsLink: 'https://developers.flow.com/cadence/tutorial/09-voting',
6969
},
7070
];

0 commit comments

Comments
 (0)