From 88e72ca91d9b7d394f2212e0643a7013b3588adb Mon Sep 17 00:00:00 2001 From: Medya Gh Date: Mon, 11 May 2020 15:53:11 -0700 Subject: [PATCH] fix broken docs link --- site/content/en/docs/drivers/docker.md | 2 +- site/content/en/docs/drivers/podman.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/en/docs/drivers/docker.md b/site/content/en/docs/drivers/docker.md index f1ca323c3..7cbc07d65 100644 --- a/site/content/en/docs/drivers/docker.md +++ b/site/content/en/docs/drivers/docker.md @@ -19,7 +19,7 @@ The Docker driver allows you to install Kubernetes into an existing Docker insta ## Known Issues -- Docker driver is not supported on non-amd64 architectures such as arm yet. For non-amd64 archs please use [other drivers]({{< ref "/docs/drivers/" >}} +- Docker driver is not supported on non-amd64 architectures such as arm yet. For non-amd64 archs please use [other drivers]({{< ref "/docs/drivers/docker" >}} - On macOS, containers might get hung and require a restart of Docker for Desktop. See [docker/for-mac#1835](https://github.com/docker/for-mac/issues/1835) diff --git a/site/content/en/docs/drivers/podman.md b/site/content/en/docs/drivers/podman.md index d1e690c8a..f1e933095 100644 --- a/site/content/en/docs/drivers/podman.md +++ b/site/content/en/docs/drivers/podman.md @@ -27,4 +27,4 @@ minikube start --driver=podman --container-runtime=cri-o {{% readfile file="/docs/drivers/includes/podman_usage.inc" %}} ## Known Issues -- Podman driver is not supported on non-amd64 architectures such as arm yet. For non-amd64 archs please use [other drivers]({{< ref "/docs/drivers/" >}} +- Podman driver is not supported on non-amd64 architectures such as arm yet. For non-amd64 archs please use [other drivers]({{< ref "/docs/drivers/podman" >}} -- GitLab