From bc98e5ed16c8af173a2430fdbad2c160e202a589 Mon Sep 17 00:00:00 2001 From: Lee Dogeon Date: Tue, 15 Jan 2019 06:50:20 +0900 Subject: [PATCH] Update machine/concepts.md to fix #8017 No drivers.md was there. --- machine/concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine/concepts.md b/machine/concepts.md index 680d97a662..7129318707 100644 --- a/machine/concepts.md +++ b/machine/concepts.md @@ -101,5 +101,5 @@ For more information and resources, visit - Create and run a Docker host on your [local system using VirtualBox](get-started.md) - Provision multiple Docker hosts [on your cloud provider](get-started-cloud.md) -- [Docker Machine driver reference](/machine/drivers.md){: target="_blank" class="_"} +- [Docker Machine driver reference](/machine/drivers/index.md){: target="_blank" class="_"} - [Docker Machine subcommand reference](/machine/reference/help.md){: target="_blank" class="_"}