From e9184ed6f9b89d68fc4d253b6913d68a05c677ef Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 1 Dec 2013 07:22:09 -0800 Subject: [PATCH] website/docs: fix 404 link on getting started --- website/docs/source/v2/getting-started/providers.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/source/v2/getting-started/providers.html.md b/website/docs/source/v2/getting-started/providers.html.md index 83239d5f5..abda2deec 100644 --- a/website/docs/source/v2/getting-started/providers.html.md +++ b/website/docs/source/v2/getting-started/providers.html.md @@ -7,7 +7,7 @@ sidebar_current: "gettingstarted-providers" In this getting started guide, your project was always backed with [VirtualBox](http://www.virtualbox.org). But Vagrant can work with -a wide variety of backend providers, such as [VMware Fusion](/v2/vmware-fusion/index.html), +a wide variety of backend providers, such as [VMware](/v2/vmware/index.html), [AWS](http://github.com/mitchellh/vagrant-aws), and more. Read the page of each provider for more information on how to set them up.