Correct the Vagrant Cloud box URL in the example

I updated the URL, but I actually don't think that the URL adds much value to the documentation.
Perhaps just remove the URL, so the item would read simply:

-   `box_tag` (string) - The shorthand tag for your box that maps to Vagrant
    Cloud, for example `hashicorp/precise64`.
​
This commit is contained in:
John McGehee 2018-10-15 18:39:05 -07:00 committed by GitHub
parent 4357714a29
commit a9f35f74b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -59,7 +59,8 @@ on Vagrant Cloud, as well as authentication and version information.
if nothing is found, finally `ATLAS_TOKEN` will be used.
- `box_tag` (string) - The shorthand tag for your box that maps to Vagrant
Cloud, i.e `hashicorp/precise64` for `vagrantcloud.com/hashicorp/precise64`
Cloud, for example `hashicorp/precise64`, which is short for
`https://app.vagrantup.com/hashicorp/boxes/precise64`.
- `version` (string) - The version number, typically incrementing a
previous version. The version string is validated based on [Semantic