fix: Convert relative links to absolute paths in documentation
This commit is contained in:
@@ -10,7 +10,7 @@ Deploy your first Kubernetes cluster on the ThreeFold Grid in just a few steps.
|
||||
|
||||
Before you begin, make sure you have:
|
||||
|
||||
- ✅ **Mycelium installed** - Easy app for iOS, Android, macOS, Windows ([Install guide](../mycelium-network/install))
|
||||
- ✅ **Mycelium installed** - Easy app for iOS, Android, macOS, Windows ([Install guide](/mycelium-network/install))
|
||||
- ✅ **SSH key pair** - For node access
|
||||
- ✅ **kubectl installed** - For managing your cluster ([Install kubectl](https://kubernetes.io/docs/tasks/tools/))
|
||||
- ✅ **Credits** - To fund your deployment
|
||||
@@ -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](/mycelium-cloud/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](/mycelium-cloud/tutorial)** to deploy more complex applications.
|
||||
:::
|
||||
|
Reference in New Issue
Block a user