Skip to content

Commit

Permalink
Fix home page links
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymcmackin committed Nov 16, 2023
1 parent 339b18e commit a06021e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const FeatureList = [
{
emoji: '💡',
title: 'Tezos overview',
href: 'docs/overview',
href: 'overview',
description: (
<>
Read about how Tezos works, what distinguishes it from other blockchains, what developers use it for, and how it hosts decentralized applications that run independently of any authority.
Expand All @@ -17,7 +17,7 @@ const FeatureList = [
{
emoji: '📚',
title: 'Tutorials',
href: 'docs/tutorials',
href: 'tutorials',
description: (
<>
Work through tutorials that cover coding smart contracts and applications that use those smart contracts, from simple to complex, in multiple languages.
Expand All @@ -28,7 +28,7 @@ const FeatureList = [
{
emoji: '🧑‍💻️',
title: 'Development environments',
href: 'docs/developing/dev-environments',
href: 'developing/dev-environments',
description: (
<>
Set up a development environment for your language of choice and its related tools. Use a local environment with a sandbox or a web-based IDE for development work.
Expand Down

0 comments on commit a06021e

Please sign in to comment.