Merge pull request #8737 from chrisroberts/website/link-fixes

Fix removed links and atlas references
This commit is contained in:
Chris Roberts 2017-06-30 13:32:58 -07:00 committed by GitHub
commit 46c29b43f9
4 changed files with 5 additions and 22 deletions

View File

@ -70,7 +70,7 @@ Provider-specific guides for creating base boxes are linked below:
We strongly recommend using [Packer](https://www.packer.io) to create reproducible
builds for your base boxes, as well as automating the builds with
[Atlas](/docs/other/atlas.html). Read more about
[Atlas](https://atlas.hashicorp.com). Read more about
[Creating Vagrant Boxes with Packer](https://atlas.hashicorp.com/help/packer/artifacts/creating-vagrant-boxes)
in the Atlas documentation.

View File

@ -114,7 +114,7 @@ You must replace the `atlas` post-processor with the `vagrant` and `vagrant-clou
## Vagrant Share
Vagrant Share via Atlas has been deprecated, and instead Vagrant supports native integration with [ngrok](https://ngrok.com).
Users of Vagrant Share should switch to the [ngrok-powered Vagrant Share driver](https://www.vagrantup.com/docs/share/ngrok.html) prior to June 27th, which will become the default in the next version of Vagrant
Users of Vagrant Share should switch to the [ngrok-powered Vagrant Share driver](https://www.vagrantup.com/docs/share) prior to June 27th, which will become the default in the next version of Vagrant
## Downtime

View File

@ -23,29 +23,13 @@ world with an Internet connection. It will give you a URL that will route
directly to your Vagrant environment from any device in the world that is
connected to the Internet.
## Login to HashiCorp's Atlas
Before being able to share your Vagrant environment, you will need an account on
[HashiCorp's Atlas](/docs/other/atlas.html). Do not worry, it is free.
Once you have an account, log in using `vagrant login`:
```
$ vagrant login
Username or Email: mitchellh
Password (will be hidden):
You are now logged in!
```
## Share
Once you are logged in, run `vagrant share`:
Run `vagrant share`:
```
$ vagrant share
...
==> default: Your Vagrant Share is running!
==> default: URL: http://frosty-weasel-0857.vagrantshare.com
==> default: Creating Vagrant Share session...
==> default: HTTP URL: http://b1fb1f3f.ngrok.io
...
```

View File

@ -54,7 +54,6 @@
<li<%= sidebar_current("share-http") %>><a href="/docs/share/http.html">HTTP Sharing</a></li>
<li<%= sidebar_current("share-ssh") %>><a href="/docs/share/ssh.html">SSH Sharing</a></li>
<li<%= sidebar_current("share-connect") %>><a href="/docs/share/connect.html">Connect</a></li>
<li<%= sidebar_current("share-ngrok") %>><a href="/docs/share/ngrok.html">ngrok</a></li>
<li<%= sidebar_current("share-security") %>><a href="/docs/share/security.html">Security</a></li>
<li<%= sidebar_current("share-provider") %>><a href="/docs/share/provider.html">Custom Provider</a></li>
</ul>