diff --git a/templates/commands/init/Vagrantfile.erb b/templates/commands/init/Vagrantfile.erb index af09b349b80..b0ee481ab0b 100644 --- a/templates/commands/init/Vagrantfile.erb +++ b/templates/commands/init/Vagrantfile.erb @@ -11,7 +11,7 @@ Vagrant.configure("2") do |config| # https://docs.vagrantup.com. # Every Vagrant development environment requires a box. You can search for - # boxes at https://vagrantcloud.com/search. + # boxes at https://portal.cloud.hashicorp.com/vagrant/discover. config.vm.box = "<%= box_name %>" <% if box_version -%> config.vm.box_version = "<%= box_version %>"