docs: link to the atlas box search page instead of homepage

This commit is contained in:
Jack Pearkes 2014-12-11 10:17:38 -08:00
parent b1fde1547d
commit 1c328914f8
5 changed files with 8 additions and 8 deletions

View File

@ -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](https://atlas.hashicorp.com).
[publicly available catalog of Vagrant boxes](https://atlas.hashicorp.com/boxes/search).
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](https://atlas.hashicorp.com)
[public Vagrant box catalog](https://atlas.hashicorp.com/boxes/search)
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.

View File

@ -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](https://atlas.hashicorp.com),
[public catalog of available Vagrant images](https://atlas.hashicorp.com/boxes/search),
such as "hashicorp/precise64".
* File path or HTTP URL to a box in a [catalog](https://atlas.hashicorp.com).
* File path or HTTP URL to a box in a [catalog](https://atlas.hashicorp.com/boxes/search).
For HTTP, basic authentication is supported and `http_proxy` environmental
variables are respected. HTTPS is also supported.

View File

@ -7,7 +7,7 @@ sidebar_current: "cli-login"
**Command: `vagrant login`**
The login command is used to authenticate with a
The login command is used to authenticate with the
[HashiCorp's Atlas](https://atlas.hashicorp.com) server. Logging is only
necessary if you're accessing protected boxes or using
[Vagrant Share](/v2/share/index.html).

View File

@ -27,7 +27,7 @@ $ vagrant box add hashicorp/precise32
```
This will download the box named "hashicorp/precise32" from
[HashiCorp's Atlas](https://atlas.hashicorp.com), a place where you can find
[HashiCorp's Atlas box catalog](https://atlas.hashicorp.com/boxes/search), a place where you can find
and host boxes. While it is easiest to download boxes from HashiCorp's Atlas
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 [HashiCorp's Atlas](https://atlas.hashicorp.com).
The best place to find more boxes is [HashiCorp's Atlas box catalog](https://atlas.hashicorp.com/boxes/search).
HashiCorp's Atlas has a public directory of freely available boxes that
run various platforms and technologies. HashiCorp's Atlas also has a great search
feature to allow you to find the box you care about.

View File

@ -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
[HashiCorp's Atlas](https://atlas.hashicorp.com). To get started, you might
[HashiCorp's Atlas](https://atlas.hashicorp.com/boxes/search). To get started, you might
want to try the `hashicorp/precise64` box.