Skip to content

Commit b2c714b

Browse files
authored
Merge pull request #24678 from tengqm/links-tasks
Fix links in the tasks section
2 parents 6769ae6 + 740eb34 commit b2c714b

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-certs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ weight: 10
1010

1111
{{< feature-state for_k8s_version="v1.15" state="stable" >}}
1212

13-
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.
13+
Client certificates generated by [kubeadm](/docs/reference/setup-tools/kubeadm/) expire after 1 year. This page explains how to manage certificate renewals with kubeadm.
1414

1515
## {{% heading "prerequisites" %}}
1616

content/en/docs/tasks/administer-cluster/network-policy-provider/romana-network-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This page shows how to use Romana for NetworkPolicy.
1212

1313
## {{% heading "prerequisites" %}}
1414

15-
Complete steps 1, 2, and 3 of the [kubeadm getting started guide](/docs/reference/setup-tools/kubeadm/kubeadm/).
15+
Complete steps 1, 2, and 3 of the [kubeadm getting started guide](/docs/reference/setup-tools/kubeadm/).
1616

1717
<!-- steps -->
1818

content/en/docs/tasks/administer-cluster/network-policy-provider/weave-network-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This page shows how to use Weave Net for NetworkPolicy.
1313
## {{% heading "prerequisites" %}}
1414

1515
You need to have a Kubernetes cluster. Follow the
16-
[kubeadm getting started guide](/docs/reference/setup-tools/kubeadm/kubeadm/) to bootstrap one.
16+
[kubeadm getting started guide](/docs/reference/setup-tools/kubeadm/) to bootstrap one.
1717

1818
<!-- steps -->
1919

content/en/docs/tasks/configure-pod-container/configure-persistent-volume-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ PersistentVolume.
2929
{{< glossary_tooltip text="kubectl" term_id="kubectl" >}}
3030
command-line tool must be configured to communicate with your cluster. If you
3131
do not already have a single-node cluster, you can create one by using
32-
[Minikube](/docs/setup/learning-environment/minikube/).
32+
[Minikube](https://minikube.sigs.k8s.io/docs/).
3333

3434
* Familiarize yourself with the material in
3535
[Persistent Volumes](/docs/concepts/storage/persistent-volumes/).

content/en/docs/tasks/inject-data-application/podpreset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This page shows how to use PodPreset objects to inject information like {{< glos
1818
## {{% heading "prerequisites" %}}
1919

2020

21-
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/).
21+
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/).
2222
Make sure that you have [enabled PodPreset](/docs/concepts/workloads/pods/podpreset/#enable-pod-preset) in your cluster.
2323

2424

content/en/docs/tasks/tools/install-kubectl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ compinit
525525
526526
## {{% heading "whatsnext" %}}
527527
528-
* [Install Minikube](/docs/tasks/tools/install-minikube/)
528+
* [Install Minikube](https://minikube.sigs.k8s.io/docs/start/)
529529
* See the [getting started guides](/docs/setup/) for more about creating clusters.
530530
* [Learn how to launch and expose your application.](/docs/tasks/access-application-cluster/service-access-application-cluster/)
531531
* If you need access to a cluster you didn't create, see the

0 commit comments

Comments
 (0)