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:
@@ -10,7 +10,7 @@ weight: 10
|
||||
|
||||
{{< feature-state for_k8s_version="v1.15" state="stable" >}}
|
||||
|
||||
Client certificates generated by [kubeadm](/docs/reference/setup-tools/kubeadm/kubeadm/) expire after 1 year. This page explains how to manage certificate renewals with kubeadm.
|
||||
Client certificates generated by [kubeadm](/docs/reference/setup-tools/kubeadm/) expire after 1 year. This page explains how to manage certificate renewals with kubeadm.
|
||||
|
||||
## {{% heading "prerequisites" %}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user