Fix links in the tasks section
This PR fixes links where the target is a redirection. The special case is about minikube, which has been deleted recently. The dangling link now points to `/docs/tasks/tools/` which makes no sense. This PR change the target for `minikube` to `https://minikube.sigs.k8s.io/docs/`.
This commit is contained in:
@@ -18,7 +18,7 @@ This page shows how to use PodPreset objects to inject information like {{< glos
|
||||
## {{% heading "prerequisites" %}}
|
||||
|
||||
|
||||
You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. If you do not already have a cluster, you can create one using [Minikube](/docs/setup/learning-environment/minikube/).
|
||||
You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. If you do not already have a cluster, you can create one using [Minikube](https://minikube.sigs.k8s.io/docs/).
|
||||
Make sure that you have [enabled PodPreset](/docs/concepts/workloads/pods/podpreset/#enable-pod-preset) in your cluster.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user