From b6431416b28f25c8b5b4c27209398448ef395229 Mon Sep 17 00:00:00 2001 From: Nathan Handler Date: Wed, 24 May 2017 16:46:06 -0700 Subject: [PATCH] Fix broken markdown link (#3385) The HyperKit link was missing a closing `)` causing the link to break. --- docker-for-mac/docker-toolbox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-for-mac/docker-toolbox.md b/docker-for-mac/docker-toolbox.md index 45b02eaca2..2da4196427 100644 --- a/docker-for-mac/docker-toolbox.md +++ b/docker-for-mac/docker-toolbox.md @@ -38,7 +38,7 @@ bundle, in `/Applications/Docker.app/Contents/Resources/bin`. Here are some key points to know about Docker for Mac before you get started: -* Docker for Mac does not use VirtualBox, but rather [HyperKit](https://github.com/docker/HyperKit/, a lightweight macOS virtualization solution built on top of Hypervisor.framework in macOS 10.10 Yosemite and higher. +* Docker for Mac does not use VirtualBox, but rather [HyperKit](https://github.com/docker/HyperKit/), a lightweight macOS virtualization solution built on top of Hypervisor.framework in macOS 10.10 Yosemite and higher. * Installing Docker for Mac does not affect machines you created with Docker Machine. The install offers to copy containers and images from your local `default` machine (if one exists) to the new Docker for Mac HyperKit VM. If chosen, content from `default` is copied to the new Docker for Mac HyperKit VM, and your original `default` machine is kept as is.