From a9f35f74b3b5fec21105264f0c9b870a2e6bed63 Mon Sep 17 00:00:00 2001 From: John McGehee Date: Mon, 15 Oct 2018 18:39:05 -0700 Subject: [PATCH 1/2] Correct the Vagrant Cloud box URL in the example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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`. ​ --- website/source/docs/post-processors/vagrant-cloud.html.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/source/docs/post-processors/vagrant-cloud.html.md b/website/source/docs/post-processors/vagrant-cloud.html.md index 3e134bc19..f659f1a73 100644 --- a/website/source/docs/post-processors/vagrant-cloud.html.md +++ b/website/source/docs/post-processors/vagrant-cloud.html.md @@ -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 From 045a1c46dbf46e38579d7dce171614ba4e6bb3ca Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Tue, 16 Oct 2018 18:10:22 +0200 Subject: [PATCH 2/2] doc shortfy back vagrantcloud url --- website/source/docs/post-processors/vagrant-cloud.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/post-processors/vagrant-cloud.html.md b/website/source/docs/post-processors/vagrant-cloud.html.md index f659f1a73..d34ef952a 100644 --- a/website/source/docs/post-processors/vagrant-cloud.html.md +++ b/website/source/docs/post-processors/vagrant-cloud.html.md @@ -60,7 +60,7 @@ on Vagrant Cloud, as well as authentication and version information. - `box_tag` (string) - The shorthand tag for your box that maps to Vagrant Cloud, for example `hashicorp/precise64`, which is short for - `https://app.vagrantup.com/hashicorp/boxes/precise64`. + `vagrantcloud.com/hashicorp/precise64`. - `version` (string) - The version number, typically incrementing a previous version. The version string is validated based on [Semantic