fix: Fix relative links in documentation to use proper ./ prefix
This commit is contained in:
@@ -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.
|
||||
:::
|
||||
|
Reference in New Issue
Block a user