diff --git a/site/content/en/docs/contrib/drivers.en.md b/site/content/en/docs/contrib/drivers.en.md index 65b0ba43598a..1f8a05562483 100644 --- a/site/content/en/docs/contrib/drivers.en.md +++ b/site/content/en/docs/contrib/drivers.en.md @@ -12,7 +12,7 @@ minikube relies on docker-machine drivers to manage machines. This document disc ## Creating a new driver -See [MachineDrivers](https://github.com/machine-drivers) , the fork where all new docker-machine drivers are located. +See [machine-drivers](https://github.com/machine-drivers) , the fork where all new docker-machine drivers are located. ## Builtin vs External Drivers diff --git a/site/content/en/docs/contrib/roadmap.en.md b/site/content/en/docs/contrib/roadmap.en.md index d276a2fb1290..2ce4dc912b35 100644 --- a/site/content/en/docs/contrib/roadmap.en.md +++ b/site/content/en/docs/contrib/roadmap.en.md @@ -6,7 +6,7 @@ description: > Development Roadmap --- -This roadmap is a living document outlining the major technical improvements which we would like to see in minikube during 2020, divided by how they apply to our [guiding principles](https://minikube.sigs.k8s.io/docs/contrib/principles/) +This roadmap is a living document outlining the major technical improvements which we would like to see in minikube during 2020, divided by how they apply to our [guiding principles]({{< ref "/docs/contrib/principles/" >}}) Please send a PR to suggest any improvements to it. diff --git a/site/content/en/docs/drivers/includes/podman_usage.inc b/site/content/en/docs/drivers/includes/podman_usage.inc index ada7d15fc82a..22c71a96f8a1 100644 --- a/site/content/en/docs/drivers/includes/podman_usage.inc +++ b/site/content/en/docs/drivers/includes/podman_usage.inc @@ -1,7 +1,7 @@ ## experimental This is an experimental driver. please use it only for experimental reasons. -for a better kubernetes in container experience, use docker [driver](https://minikube.sigs.k8s.io/docs/drivers/docker/). +for a better kubernetes in container experience, use docker [driver]({{< ref "/docs/drivers/docker/" >}}) ## Install Podman diff --git a/site/content/en/docs/handbook/pushing.md b/site/content/en/docs/handbook/pushing.md index bdc700ff7888..f93a69b18a21 100644 --- a/site/content/en/docs/handbook/pushing.md +++ b/site/content/en/docs/handbook/pushing.md @@ -20,7 +20,7 @@ Here is a comparison table to help you choose: |--- |--- |--- |--- |--- | | [docker-env command](/docs/handbook/pushing/#1pushing-directly-to-the-in-cluster-docker-daemon-docker-env) | only docker | good | | [podman-env command](/docs/handbook/pushing/#3-pushing-directly-to-in-cluster-crio-podman-env) | only cri-o | good | -| [cache add command](/docs/commands/cache/#minikube-cache-add) | all | ok | +| [cache add command]({{< ref "/docs/commands/cache/#minikube-cache-add" >}}) | all | ok | | [registry addon](/docs/handbook/pushing/#4-pushing-to-an-in-cluster-using-registry-addon) | all | ok | | [minikube ssh](/docs/handbook/pushing/#5-building-images-inside-of-minikube-using-ssh) | all | best | diff --git a/site/content/en/docs/tutorials/ambassador_ingress_controller.md b/site/content/en/docs/tutorials/ambassador_ingress_controller.md index 12909a1e8f10..ba46a80e6cba 100644 --- a/site/content/en/docs/tutorials/ambassador_ingress_controller.md +++ b/site/content/en/docs/tutorials/ambassador_ingress_controller.md @@ -23,7 +23,7 @@ configured via both, [Ingress](https://kubernetes.io/docs/concepts/services-netw ### Installing Ambassador Ambassador is available as a Minikube -[addon](https://minikube.sigs.k8s.io/docs/commands/addons/). Install it by running - +[addon]({{< ref "/docs/commands/addons/" >}}) Install it by running - ```shell script minikube addons enable ambassador diff --git a/site/content/en/docs/tutorials/nvidia_gpu.md b/site/content/en/docs/tutorials/nvidia_gpu.md index b4051179d5ac..a49de85320e5 100644 --- a/site/content/en/docs/tutorials/nvidia_gpu.md +++ b/site/content/en/docs/tutorials/nvidia_gpu.md @@ -18,7 +18,7 @@ description: > When using NVIDIA GPUs with the kvm2 driver, we passthrough spare GPUs on the host to the minikube VM. Doing so has a few prerequisites: -- You must install the [kvm2 driver](https://minikube.sigs.k8s.io/docs/drivers/kvm2/). If you already had +- You must install the [kvm2 driver]({{< ref "/docs/drivers/kvm2/" >}}) If you already had this installed make sure that you fetch the latest `docker-machine-driver-kvm2` binary that has GPU support.