fix: Fix relative links in documentation to use proper ./ prefix

This commit is contained in:
mik-tf
2025-10-16 09:15:39 -04:00
parent edf53866ac
commit acf1a6b5aa
7 changed files with 18 additions and 18 deletions

View File

@@ -64,8 +64,8 @@ As a **ThreeFold Farmer**, you:
Ready to become a farmer? Here's your path:
1. **[Buy or Build a Node](buy-node)** - Choose your hardware option
2. **[Set Up Your Node](setup)** - Get your 3Node connected to the grid
1. **[Buy or Build a Node](./buy-node)** - Choose your hardware option
2. **[Set Up Your Node](./setup)** - Get your 3Node connected to the grid
3. **Monitor & Earn** - Track your node via the ThreeFold Dashboard
<div className="info-box">
@@ -97,5 +97,5 @@ Every farmer plays a vital role in creating a truly decentralized internet.
---
:::tip Next Step
Ready to get your node? Check out **[Buy or Build a Node](buy-node)** to explore your options.
Ready to get your node? Check out **[Buy or Build a Node](./buy-node)** to explore your options.
:::