From 14bc80db5646372bc187347dc7fe9ec0f860a8c7 Mon Sep 17 00:00:00 2001 From: Dave Freitag Date: Tue, 20 Jun 2017 11:42:45 -0500 Subject: [PATCH] Fix Dead Link to VMWare File Fixing a typo in the main README.md that was causing a dead link to the platform-vmware.md file. Signed-off-by: Dave Freitag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c03a6efe2..99e8fac99 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Currently supported platforms are: - [HyperKit (macOS)](docs/platform-hyperkit.md) - [Hyper-V (Windows)](docs/platform-hyperv.md) - [qemu (macOS, Linux, Windows)](docs/platform-qemu.md) - - [VMware (macOS, Windows)](dos/platform-vmware.md) + - [VMware (macOS, Windows)](docs/platform-vmware.md) - Cloud based platforms: - [Amazon Web Services](docs/platform-aws.md) - [Google Cloud](docs/platform-gcp.md)