Skip to content

Commit

Permalink
Updated Vagrant Box search URL (#824)
Browse files Browse the repository at this point in the history
Vagrant boxes can now be found by searching: https://app.vagrantup.com/boxes/search
  • Loading branch information
freemanjp authored Apr 24, 2022
1 parent 816bf95 commit ab32be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Vagrant.configure(2) do |config|
# https://docs.vagrantup.com.

# Every Vagrant development environment requires a box. You can search for
# boxes at https://atlas.hashicorp.com/search.
# boxes at https://app.vagrantup.com/boxes/search.
# Important: use Bento boxes https://app.vagrantup.com/bento not the Canonical ones.
# Bento boxes are officially-recommended by Vagrant https://www.vagrantup.com/docs/boxes.html
config.vm.box = 'bento/ubuntu-20.04'
Expand Down

0 comments on commit ab32be4

Please sign in to comment.