From aacdd5b8371e1c1849779210295b3ca958d2b11d Mon Sep 17 00:00:00 2001 From: Jack Pearkes Date: Thu, 13 Mar 2014 09:59:39 -0400 Subject: [PATCH] website/docs: link to real vagrant cloud url This is mostly for cookies and google. If you're logged in to www, you won't be logged in to apex, and visa versa. Also a Vagrant Cloud bug but wanted to make it consistent on this end. --- website/docs/source/v2/boxes.html.md | 4 ++-- website/docs/source/v2/boxes/base.html.md | 2 +- website/docs/source/v2/boxes/format.html.md | 2 +- website/docs/source/v2/cli/box.html.md | 4 ++-- website/docs/source/v2/cli/login.html.md | 2 +- website/docs/source/v2/getting-started/boxes.html.md | 4 ++-- website/docs/source/v2/getting-started/share.html.md | 2 +- website/docs/source/v2/hyperv/usage.html.md | 2 +- website/docs/source/v2/share/index.html.md | 2 +- website/docs/source/v2/vagrantfile/machine_settings.html.md | 6 +++--- 10 files changed, 15 insertions(+), 15 deletions(-) diff --git a/website/docs/source/v2/boxes.html.md b/website/docs/source/v2/boxes.html.md index ec5b9dd91..e3c1661de 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](http://www.vagrantcloud.com). +[publicly available catalog of Vagrant boxes](https://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](http://www.vagrantcloud.com) +[public Vagrant box catalog](https://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 d58f27553..282efd4fc 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](http://www.vagrantcloud.com). +[Vagrant Cloud](https://vagrantcloud.com). You can upload both public and private boxes to this service. diff --git a/website/docs/source/v2/boxes/format.html.md b/website/docs/source/v2/boxes/format.html.md index a3de9bf9e..aa4ca17b3 100644 --- a/website/docs/source/v2/boxes/format.html.md +++ b/website/docs/source/v2/boxes/format.html.md @@ -38,7 +38,7 @@ providers from a single file, and more.
You don't need to manually make the metadata. If you -have an account with Vagrant Cloud, you +have an account with Vagrant Cloud, you can create boxes there, and Vagrant Cloud automatically creates the metadata for you. The format is still documented here.
diff --git a/website/docs/source/v2/cli/box.html.md b/website/docs/source/v2/cli/box.html.md index d26e03e6c..0ffc4ad95 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](http://www.vagrantcloud.com), +[public catalog of available Vagrant images](https://vagrantcloud.com), such as "hashicorp/precise64". -* File path or HTTP URL to a box in a [catalog](http://www.vagrantcloud.com). +* File path or HTTP URL to a box in a [catalog](https://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/cli/login.html.md b/website/docs/source/v2/cli/login.html.md index 4daf29075..5e2e56065 100644 --- a/website/docs/source/v2/cli/login.html.md +++ b/website/docs/source/v2/cli/login.html.md @@ -8,7 +8,7 @@ sidebar_current: "cli-login" **Command: `vagrant login`** The login command is used to authenticate with a -[Vagrant Cloud](http://www.vagrantcloud.com) server. Logging is only +[Vagrant Cloud](https://vagrantcloud.com) server. Logging is only necessary if you're accessing protected boxes or using [Vagrant Share](/v2/share/index.html). diff --git a/website/docs/source/v2/getting-started/boxes.html.md b/website/docs/source/v2/getting-started/boxes.html.md index 2afefbe08..c50d993df 100644 --- a/website/docs/source/v2/getting-started/boxes.html.md +++ b/website/docs/source/v2/getting-started/boxes.html.md @@ -27,7 +27,7 @@ $ vagrant box add hashicorp/precise32 ``` This will download the box named "hashicorp/precise32" from -[Vagrant Cloud](http://www.vagrantcloud.com), a place where you can find +[Vagrant Cloud](https://vagrantcloud.com), a place where you can find and host boxes. While it is easiest to download boxes from Vagrant Cloud you can also add boxes from a local file, custom URL, etc. @@ -64,7 +64,7 @@ For the remainder of this getting started guide, we'll only use the this getting started guide, the first question you'll probably have is "where do I find more boxes?" -The best place to find more boxes is [Vagrant Cloud](http://www.vagrantcloud.com). +The best place to find more boxes is [Vagrant Cloud](https://vagrantcloud.com). Vagrant Cloud has a public directory of freely available boxes that run various platorms and technologies. Vagrant Cloud also has a great search feature to allow you to find the box you care about. diff --git a/website/docs/source/v2/getting-started/share.html.md b/website/docs/source/v2/getting-started/share.html.md index e82d8f927..5c39d5de7 100644 --- a/website/docs/source/v2/getting-started/share.html.md +++ b/website/docs/source/v2/getting-started/share.html.md @@ -18,7 +18,7 @@ environment from any device in the world that is connected to the internet. ## Login to Vagrant Cloud Before being able to share your Vagrant environment, you'll need an account on -[Vagrant Cloud](http://www.vagrantcloud.com). Don't worry, it's free. +[Vagrant Cloud](https://vagrantcloud.com). Don't worry, it's free. Once you have an account, log in using `vagrant login`: diff --git a/website/docs/source/v2/hyperv/usage.html.md b/website/docs/source/v2/hyperv/usage.html.md index 597294de3..7f3d9ccbe 100644 --- a/website/docs/source/v2/hyperv/usage.html.md +++ b/website/docs/source/v2/hyperv/usage.html.md @@ -17,5 +17,5 @@ admin rights. Vagrant will show you an error if it doesn't have the proper permissions. Boxes for Hyper-V can be easily found on -[Vagrant Cloud](http://www.vagrantcloud.com). To get started, you might +[Vagrant Cloud](https://vagrantcloud.com). To get started, you might want to try the `hashicorp/precise64` box. diff --git a/website/docs/source/v2/share/index.html.md b/website/docs/source/v2/share/index.html.md index fe948ad4e..078fd5e59 100644 --- a/website/docs/source/v2/share/index.html.md +++ b/website/docs/source/v2/share/index.html.md @@ -34,4 +34,4 @@ to the left. We also have a section where we go into detail about the security implications of this feature. Vagrant Share requires an account with -[Vagrant Cloud](http://www.vagrantcloud.com) to be used. +[Vagrant Cloud](https://vagrantcloud.com) to be used. diff --git a/website/docs/source/v2/vagrantfile/machine_settings.html.md b/website/docs/source/v2/vagrantfile/machine_settings.html.md index 10285c009..9b0d95316 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](http://www.vagrantcloud.com). +[Vagrant Cloud](https://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](http://www.vagrantcloud.com) +[Vagrant Cloud](https://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](http://www.vagrantcloud.com) +If `config.vm.box` is a shorthand to a box in [Vagrant Cloud](https://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.