fix: Fix relative links in documentation to use proper ./ prefix
This commit is contained in:
@@ -173,7 +173,7 @@ Old enterprise servers (Dell PowerEdge, HP ProLiant) can make excellent farming
|
||||
|
||||
Once you have your hardware (or know what you'll buy), move on to:
|
||||
|
||||
**[Setup Your Node](setup)** - Configure and connect to the grid
|
||||
**[Setup Your Node](./setup)** - Configure and connect to the grid
|
||||
|
||||
---
|
||||
|
||||
|
@@ -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.
|
||||
:::
|
||||
|
@@ -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.
|
||||
:::
|
||||
|
@@ -334,7 +334,7 @@ kubectl get events --sort-by='.lastTimestamp'
|
||||
|
||||
Now that you have a cluster running, explore more:
|
||||
|
||||
- **[Tutorial](tutorial)** - Deploy real applications
|
||||
- **[Tutorial](./tutorial)** - Deploy real applications
|
||||
- **[Kubernetes Concepts](https://codescalers.github.io/www_kubecloud/kubernetes-concepts)** - Learn K8s fundamentals
|
||||
- **[FAQ](https://codescalers.github.io/www_kubecloud/faq)** - Common questions
|
||||
|
||||
@@ -348,5 +348,5 @@ Now that you have a cluster running, explore more:
|
||||
---
|
||||
|
||||
:::tip Cluster Running Successfully?
|
||||
Great! Now try the **[Tutorial](tutorial)** to deploy more complex applications.
|
||||
Great! Now try the **[Tutorial](./tutorial)** to deploy more complex applications.
|
||||
:::
|
||||
|
@@ -143,8 +143,8 @@ When you deploy a cluster:
|
||||
|
||||
Ready to deploy your first cluster? Here's the path:
|
||||
|
||||
1. **[Getting Started](getting-started)** - Create account and deploy
|
||||
2. **[Tutorial](tutorial)** - Deploy your first application
|
||||
1. **[Getting Started](./getting-started)** - Create account and deploy
|
||||
2. **[Tutorial](./tutorial)** - Deploy your first application
|
||||
|
||||
<div className="info-box">
|
||||
|
||||
@@ -191,5 +191,5 @@ Check the dashboard for current rates. The decentralized infrastructure typicall
|
||||
---
|
||||
|
||||
:::tip Next Step
|
||||
Ready to deploy? Start with the **[Getting Started Guide](getting-started)** to create your first cluster.
|
||||
Ready to deploy? Start with the **[Getting Started Guide](./getting-started)** to create your first cluster.
|
||||
:::
|
||||
|
@@ -173,7 +173,7 @@ sudo sysctl -w net.ipv6.conf.all.disable_ipv6=0
|
||||
|
||||
Now that Mycelium is installed, let's connect to the network:
|
||||
|
||||
**[Quick Start Guide](quick-start)** - Connect in 5 minutes
|
||||
**[Quick Start Guide](./quick-start)** - Connect in 5 minutes
|
||||
|
||||
## Additional Resources
|
||||
|
||||
@@ -185,5 +185,5 @@ Now that Mycelium is installed, let's connect to the network:
|
||||
---
|
||||
|
||||
:::tip Ready to Connect?
|
||||
Installation complete! Continue to the **[Quick Start](quick-start)** guide to join the network.
|
||||
Installation complete! Continue to the **[Quick Start](./quick-start)** guide to join the network.
|
||||
:::
|
||||
|
@@ -140,8 +140,8 @@ Connect to services on the ThreeFold Grid:
|
||||
|
||||
Ready to try Mycelium? It's super easy:
|
||||
|
||||
1. **[Install Mycelium](install)** - Download the app for your device
|
||||
2. **[Quick Start](quick-start)** - Connect in under 5 minutes
|
||||
1. **[Install Mycelium](./install)** - Download the app for your device
|
||||
2. **[Quick Start](./quick-start)** - Connect in under 5 minutes
|
||||
|
||||
<div className="info-box">
|
||||
|
||||
@@ -165,5 +165,5 @@ Ready to try Mycelium? It's super easy:
|
||||
---
|
||||
|
||||
:::tip Next Step
|
||||
Install Mycelium on your system: **[Installation Guide](install)**
|
||||
Install Mycelium on your system: **[Installation Guide](./install)**
|
||||
:::
|
||||
|
Reference in New Issue
Block a user