Skip to content

Commit

Permalink
Fix tutorial links by using the root
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymcmackin committed Nov 27, 2023
1 parent b064377 commit 345339e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/tutorials.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ These tutorials are intended for developers who are starting work with Tezos:
<TutorialCard
title="Deploy a smart contract"
emoji="πŸš€"
href="./tutorials/smart-contract"
href="/tutorials/smart-contract"
description="In 15 minutes, go from zero to hero and deploy your first smart contract with your choice of JavaScript, OCaml, or Python-like languages"
link="Start tutorial"
/>

<TutorialCard
title="Mint NFTs from a web app"
emoji="πŸ’»"
href="./tutorials/create-an-nft/nft-web-app"
href="/tutorials/create-an-nft/nft-web-app"
description="Create a web app that uses an existing contract to create NFTs"
link="Start tutorial"
/>
Expand All @@ -40,23 +40,23 @@ These tutorials contain multiple parts and are intended for developers with some
<TutorialCard
title="Build your first app on Tezos"
emoji="πŸ’‘"
href="./tutorials/build-your-first-app/"
href="/tutorials/build-your-first-app/"
description="Learn how to set up and create a decentralized web application on Tezos using TypeScript, Taquito, and Svelte"
link="Start tutorial"
/>

<TutorialCard
title="Create a contract and web app that mints NFTs"
emoji="πŸ“¦"
href="./tutorials/create-an-nft/nft-taquito"
href="/tutorials/create-an-nft/nft-taquito"
description="Create your own NFTs with contracts and web applications"
link="Start tutorial"
/>

<TutorialCard
title="Create an NFT from the command line"
emoji="⚑️"
href="./tutorials/create-an-nft/nft-tznft"
href="/tutorials/create-an-nft/nft-tznft"
description="Learn about NFTs and how to create them from files on your computer"
link="Start tutorial"
/>
Expand All @@ -72,15 +72,15 @@ These tutorials are intended for developers who are familiar with Tezos and want
<TutorialCard
title="Build an NFT marketplace"
emoji="πŸ›’"
href="./tutorials/build-an-nft-marketplace"
href="/tutorials/build-an-nft-marketplace"
description="Learn how to build a marketplace to buy and sell different kinds of tokens with LIGO smart contract templates"
link="Start tutorial"
/>

<TutorialCard
title="Deploy a smart rollup"
emoji="🏎"
href="./tutorials/smart-rollup"
href="/tutorials/smart-rollup"
description="Learn how to deploy a smart rollup to handle large amounts of processing off the main chain"
link="Start tutorial"
/>
Expand Down

0 comments on commit 345339e

Please sign in to comment.