From de1c28aad0f92d05364fbfb9015b9b44d8c8ae10 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Mon, 7 May 2018 07:27:01 -0700 Subject: [PATCH] Remove files url from example --- website/source/docs/providers/basic_usage.html.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/source/docs/providers/basic_usage.html.md b/website/source/docs/providers/basic_usage.html.md index 19c6dc337..aeac10e9d 100644 --- a/website/source/docs/providers/basic_usage.html.md +++ b/website/source/docs/providers/basic_usage.html.md @@ -23,8 +23,7 @@ as the providers differ. So you can have both a VirtualBox and VMware Fusion Installing boxes has not changed at all: ``` -$ vagrant box add \ - precise64 https://files.hashicorp.com/precise64.box +$ vagrant box add hashicorp/precise64 ``` Vagrant now automatically detects what provider a box is for. This is