Skip to content

Commit

Permalink
chore: fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
drewstone committed Nov 3, 2024
1 parent fb64808 commit 6d45a46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/LandingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const resourcesCards = [
icon: <FaWallet />,
title: "TNT, Wallets and More",
description: "Your source for Wallets, apps, staking and more.",
link: "../resources",
link: "/resources",
},
{
icon: <RiToolsLine />,
Expand Down
2 changes: 1 addition & 1 deletion pages/operators/node-basics/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ We recommend that you run two machines with the same specifications, in differen

## What are the different networks?

There are two networks, each will require dedicated hardware. The Tangle Testnet is free and should be used to familiarize yourself with the setup. See [Resources for more details.](../../resources.mdx)
There are two networks, each will require dedicated hardware. The Tangle Testnet is free and should be used to familiarize yourself with the setup. See [Resources for more details.](/resources.mdx)

## What ports do I allow on my firewall?

Expand Down

0 comments on commit 6d45a46

Please sign in to comment.