Skip to content

Commit 0e90457

Browse files
authored
Merge pull request #21757 from CriaHu/hyq-615
fix broken link:https://git.k8s.io/minikube/docs/drivers.md
2 parents 08cfd84 + 5ca1410 commit 0e90457

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/zh/docs/setup/learning-environment/minikube.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -396,14 +396,14 @@ minikube start --vm-driver=<driver_name>
396396
Minikube 支持以下驱动程序:
397397

398398
<!--
399-
See [DRIVERS](https://git.k8s.io/minikube/docs/drivers.md) for details on supported drivers and how to install plugins.
399+
See [DRIVERS](https://minikube.sigs.k8s.io/docs/drivers/) for details on supported drivers and how to install plugins.
400400
-->
401401

402402
<!--
403403
* virtualbox
404404
* vmwarefusion
405-
* kvm2 ([driver installation](https://git.k8s.io/minikube/docs/drivers.md#kvm2-driver))
406-
* hyperkit ([driver installation](https://git.k8s.io/minikube/docs/drivers.md#hyperkit-driver))
405+
* kvm2 ([driver installation](https://minikube.sigs.k8s.io/docs/drivers/#kvm2-driver))
406+
* hyperkit ([driver installation](https://minikube.sigs.k8s.io/docs/drivers/#hyperkit-driver))
407407
* hyperv ([driver installation](https://github.com/kubernetes/minikube/blob/master/docs/drivers.md#hyperv-driver))
408408
Note that the IP below is dynamic and can change. It can be retrieved with `minikube ip`.
409409
* vmware ([driver installation](https://github.com/kubernetes/minikube/blob/master/docs/drivers.md#vmware-unified-driver)) (VMware unified driver)
@@ -412,13 +412,13 @@ Note that the IP below is dynamic and can change. It can be retrieved with `mini
412412

413413

414414
{{< note >}}
415-
有关支持的驱动程序以及如何安装插件的详细信息,请参阅[驱动程序](https://git.k8s.io/minikube/docs/drivers.md)。
415+
有关支持的驱动程序以及如何安装插件的详细信息,请参阅[驱动程序](https://minikube.sigs.k8s.io/docs/drivers/)。
416416
{{< /note >}}
417417

418418
* virtualbox
419419
* vmwarefusion
420-
* kvm2 ([驱动安装](https://git.k8s.io/minikube/docs/drivers.md#kvm2-driver))
421-
* hyperkit ([驱动安装](https://git.k8s.io/minikube/docs/drivers.md#hyperkit-driver))
420+
* kvm2 ([驱动安装](https://minikube.sigs.k8s.io/docs/drivers/#kvm2-driver))
421+
* hyperkit ([驱动安装](https://minikube.sigs.k8s.io/docs/drivers/#hyperkit-driver))
422422
* hyperv ([驱动安装](https://github.com/kubernetes/minikube/blob/master/docs/drivers.md#hyperv-driver))
423423
<!--
424424
Note that the IP below is dynamic and can change. It can be retrieved with `minikube ip`.

0 commit comments

Comments
 (0)