Skip to content

Commit

Permalink
update domain from onflow.org to flow.com
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDSGC committed Oct 14, 2022
1 parent 71e1576 commit c49a633
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/components/Examples.tsx
Expand Up @@ -21,23 +21,23 @@ const examples = [
subtitle:
'Write your first contract on Flow. This is the perfect place to start to get the hang of the fundamentals of Cadence.',
emoji: '🌎',
projectLink: 'https://play.onflow.org/af7aba31-dee9-4477-9e1d-7b46e958468e',
projectLink: 'https://play.flow.com/af7aba31-dee9-4477-9e1d-7b46e958468e',
docsLink: 'https://developers.flow.com/cadence/tutorial/02-hello-world',
},
{
title: 'Mint Fungible Tokens',
subtitle:
'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.',
emoji: '💸',
projectLink: 'https://play.onflow.org/e63bfce9-3324-4385-9542-626845ae0363',
projectLink: 'https://play.flow.com/e63bfce9-3324-4385-9542-626845ae0363',
docsLink: 'https://developers.flow.com/cadence/tutorial/06-fungible-tokens',
},
{
title: 'Create Non-Fungible Tokens',
subtitle:
'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.',
emoji: '😺',
projectLink: 'https://play.onflow.org/a21087ad-b22c-4981-b49e-17297e916fa6',
projectLink: 'https://play.flow.com/a21087ad-b22c-4981-b49e-17297e916fa6',
docsLink:
'https://developers.flow.com/cadence/tutorial/05-non-fungible-tokens-1',
},
Expand All @@ -46,7 +46,7 @@ const examples = [
subtitle:
'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.',
emoji: '🤝',
projectLink: 'https://play.onflow.org/49ec2856-1258-4675-bac3-850b4bae1929',
projectLink: 'https://play.flow.com/49ec2856-1258-4675-bac3-850b4bae1929',
docsLink:
'https://developers.flow.com/cadence/tutorial/08-marketplace-compose',
},
Expand All @@ -55,7 +55,7 @@ const examples = [
subtitle:
'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.',
emoji: '🤠',
projectLink: 'https://play.onflow.org/01f812d7-799a-42fd-b9cb-9ffe556e02ad',
projectLink: 'https://play.flow.com/01f812d7-799a-42fd-b9cb-9ffe556e02ad',
docsLink:
'https://developers.flow.com/cadence/tutorial/10-resources-compose',
},
Expand All @@ -64,7 +64,7 @@ const examples = [
subtitle:
'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',
emoji: '🗳️',
projectLink: 'https://play.onflow.org/d120f0a7-d411-4243-bc59-5125a84f99b3',
projectLink: 'https://play.flow.com/d120f0a7-d411-4243-bc59-5125a84f99b3',
docsLink: 'https://developers.flow.com/cadence/tutorial/09-voting',
},
];
Expand Down

0 comments on commit c49a633

Please sign in to comment.