diff --git a/website/docs/source/v2/boxes/versioning.html.md b/website/docs/source/v2/boxes/versioning.html.md index fd16d9ddc..61af2345a 100644 --- a/website/docs/source/v2/boxes/versioning.html.md +++ b/website/docs/source/v2/boxes/versioning.html.md @@ -22,10 +22,12 @@ to update your own custom boxes with versions. That is covered in ## Viewing Versions and Updating -You can view the versions a box has by calling `vagrant box info`. This -command will refresh the metadata associated with a box and list all -available versions for this box. `vagrant box list` only shows _installed_ -versions of boxes. +`vagrant box list` only shows _installed_ versions of boxes. If you want +to see all available versions of a box, you'll have to find the box +on [Vagrant Cloud](https://vagrantcloud.com). An easy way to find a box +is to use the url `https://vagrantcloud.com/USER/BOX`. For example, for +the `hashicorp/precise64` box, you can find information about it at +`https://vagrantcloud.com/hashicorp/precise64`. You can check if the box you're using is outdated with `vagrant box outdated`. This can check if the box in your current Vagrant environment is outdated