Skip to content

Commit

Permalink
fix(website): broken link (#14153)
Browse files Browse the repository at this point in the history
  • Loading branch information
d1onys1us committed Jul 12, 2023
1 parent 118d77d commit 077b2a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/website/pages/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Check out the [Taiko roadmap](/images/roadmaps/taiko-roadmap.png) to see where w
Here's the best guides to get started with trying Taiko:

<Cards>
<Card title="Deploy a contract" href="/docs/guides/build-on-taiko/deploy-a-contract" />
<Card title="Run a Taiko node" href="/docs/guides/run-a-node/run-a-node" />
<Card title="Deploy a contract" href="/docs/guides/deploy-a-contract" />
<Card title="Run a Taiko node" href="/docs/guides/run-a-node" />
</Cards>

Check out our full guides section [here](/docs/guides)!
Expand Down

0 comments on commit 077b2a1

Please sign in to comment.