diff --git a/website/docs/source/v2/boxes.html.md b/website/docs/source/v2/boxes.html.md index 30c97c034..ec5b9dd91 100644 --- a/website/docs/source/v2/boxes.html.md +++ b/website/docs/source/v2/boxes.html.md @@ -14,7 +14,7 @@ boxes. You can read the documentation on the [vagrant box](/v2/cli/box.html) command for more information. The easiest way to use a box is to add a box from the -[publicly available catalog of Vagrant boxes](#). +[publicly available catalog of Vagrant boxes](http://www.vagrantcloud.com). You can also add and share your own customized boxes on this website. Boxes also support versioning so that members of your team using Vagrant @@ -27,7 +27,7 @@ sub-pages in the navigation to the left. ## Discovering Boxes The easiest way to find boxes is to look on the -[public Vagrant box catalog](#) +[public Vagrant box catalog](http://www.vagrantcloud.com) for a box matching your use case. The catalog contains most major operating systems as bases, as well as specialized boxes to get you up and running quickly with LAMP stacks, Ruby, Python, etc. diff --git a/website/docs/source/v2/boxes/base.html.md b/website/docs/source/v2/boxes/base.html.md index 8f69159e3..d58f27553 100644 --- a/website/docs/source/v2/boxes/base.html.md +++ b/website/docs/source/v2/boxes/base.html.md @@ -185,7 +185,7 @@ provider-specific guides are linked to towards the top of this page. You can distribute the box file however you'd like. However, if you want to support versioning, putting multiple providers at a single URL, pushing updates, analytics, and more, we recommend you add the box to -[Vagrant Cloud](#). +[Vagrant Cloud](http://www.vagrantcloud.com). You can upload both public and private boxes to this service. diff --git a/website/docs/source/v2/cli/box.html.md b/website/docs/source/v2/cli/box.html.md index e03b18164..467ee9cf4 100644 --- a/website/docs/source/v2/cli/box.html.md +++ b/website/docs/source/v2/cli/box.html.md @@ -26,10 +26,10 @@ This adds a box with the given address to Vagrant. The address can be one of three things: * A shorthand name from the -[public catalog of available Vagrant images](#), +[public catalog of available Vagrant images](http://www.vagrantcloud.com), such as "hashicorp/precise64". -* File path or HTTP URL to a box in a [catalog](#). +* File path or HTTP URL to a box in a [catalog](http://www.vagrantcloud.com). For HTTP, basic authentication is supported and `http_proxy` environmental variables are respected. HTTPS is also supported. diff --git a/website/docs/source/v2/vagrantfile/machine_settings.html.md b/website/docs/source/v2/vagrantfile/machine_settings.html.md index 4a24f040a..8e18410ed 100644 --- a/website/docs/source/v2/vagrantfile/machine_settings.html.md +++ b/website/docs/source/v2/vagrantfile/machine_settings.html.md @@ -20,7 +20,7 @@ for the machine to boot and be accessible. By default this is 300 seconds. `config.vm.box` - This configures what [box](/v2/boxes.html) the machine will be brought up against. The value here should be the name of an installed box or a shorthand name of a box in -[Vagrant Cloud](#). +[Vagrant Cloud](http://www.vagrantcloud.com).
@@ -28,7 +28,7 @@ of an installed box or a shorthand name of a box in the configured box on every `vagrant up`. If an update is found, Vagrant will tell the user. By default this is true. Updates will only be checked for boxes that properly support updates (boxes from -[Vagrant Cloud](#) +[Vagrant Cloud](http://www.vagrantcloud.com) or some other versioned box).
@@ -63,7 +63,7 @@ URL, then SSL certs will be verified.
`config.vm.box_url` - The URL that the configured box can be found at. -If `config.vm.box` is a shorthand to a box in [Vagrant Cloud](#) +If `config.vm.box` is a shorthand to a box in [Vagrant Cloud](http://www.vagrantcloud.com) then this value doesn't need to be specified. Otherwise, it should point to the proper place where the box can be found if it isn't installed.