fix: Fix relative links in documentation to use proper ./ prefix
This commit is contained in:
@@ -51,9 +51,9 @@ Choose your path:
|
||||
### 🚀 Ready to Join?
|
||||
|
||||
<div className="cta-links">
|
||||
<a href="farming/overview" className="cta-link">🌾 Start Farming</a>
|
||||
<a href="mycelium-network/overview" className="cta-link">🔗 Install Mycelium</a>
|
||||
<a href="mycelium-cloud/overview" className="cta-link">☁️ Deploy Cloud</a>
|
||||
<a href="./farming/overview" className="cta-link">🌾 Start Farming</a>
|
||||
<a href="./mycelium-network/overview" className="cta-link">🔗 Install Mycelium</a>
|
||||
<a href="./mycelium-cloud/overview" className="cta-link">☁️ Deploy Cloud</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -94,5 +94,5 @@ Join thousands of ThreeFold farmers and users:
|
||||
The ThreeFold Team
|
||||
|
||||
:::tip Next Steps
|
||||
Start with [Farming](farming/overview) to deploy your first node, or jump to [Mycelium Network](mycelium-network/overview) to connect your devices.
|
||||
Start with [Farming](./farming/overview) to deploy your first node, or jump to [Mycelium Network](./mycelium-network/overview) to connect your devices.
|
||||
:::
|
||||
|
Reference in New Issue
Block a user