Merge pull request #8737 from chrisroberts/website/link-fixes
Fix removed links and atlas references
This commit is contained in:
commit
46c29b43f9
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
...
|
||||
```
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue