Skip to content

Commit

Permalink
Incoperated changes to use ref link
Browse files Browse the repository at this point in the history
  • Loading branch information
TrishaChetani committed Jun 17, 2020
1 parent 74bc932 commit ca2a250
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion site/content/en/docs/contrib/drivers.en.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion site/content/en/docs/contrib/roadmap.en.md
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion 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

Expand Down
2 changes: 1 addition & 1 deletion site/content/en/docs/handbook/pushing.md
Expand Up @@ -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 |

Expand Down
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion site/content/en/docs/tutorials/nvidia_gpu.md
Expand Up @@ -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.

Expand Down

0 comments on commit ca2a250

Please sign in to comment.