From c9c6bc45f0e91c9b99129c0a16d0641cd7a266e9 Mon Sep 17 00:00:00 2001 From: Nathan LeClaire Date: Fri, 22 Apr 2016 11:43:15 -0700 Subject: [PATCH] Fix driver reference links Signed-off-by: Nathan LeClaire --- docs/drivers/os-base.md | 2 +- docs/get-started.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/drivers/os-base.md b/docs/drivers/os-base.md index 2f9c0c9cfd..f1ab8e4863 100644 --- a/docs/drivers/os-base.md +++ b/docs/drivers/os-base.md @@ -28,7 +28,7 @@ $ docker-machine create -d azure --azure-subscription-id="SUB_ID" --azure-subscr ``` To see a list of providers and review the options available to a provider, see -the [Docker Machine driver reference](../index.md). +the reference for that driver. In addition to the provider, you have the option of identifying a base operating system. It is an option because Docker Machine has defaults for both local and diff --git a/docs/get-started.md b/docs/get-started.md index e07fde1e65..3db5e13fa4 100644 --- a/docs/get-started.md +++ b/docs/get-started.md @@ -247,5 +247,5 @@ You can change the `default` string above to make this `LaunchAgent` start any - Provision multiple Docker hosts [on your cloud provider](get-started-cloud.md) - [Understand Machine concepts](concepts.md) -- Docker Machine driver reference +- Docker Machine driver reference - Docker Machine subcommand reference