diff --git a/website/source/docs/boxes/base.html.md b/website/source/docs/boxes/base.html.md index 90bba3fdf..371e40eee 100644 --- a/website/source/docs/boxes/base.html.md +++ b/website/source/docs/boxes/base.html.md @@ -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. diff --git a/website/source/docs/vagrant-cloud/vagrant-cloud-migration.html.md b/website/source/docs/vagrant-cloud/vagrant-cloud-migration.html.md index dc685167b..c45721b12 100644 --- a/website/source/docs/vagrant-cloud/vagrant-cloud-migration.html.md +++ b/website/source/docs/vagrant-cloud/vagrant-cloud-migration.html.md @@ -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 diff --git a/website/source/intro/getting-started/share.html.md b/website/source/intro/getting-started/share.html.md index a3cc58af1..01dc4791f 100644 --- a/website/source/intro/getting-started/share.html.md +++ b/website/source/intro/getting-started/share.html.md @@ -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 ... ``` diff --git a/website/source/layouts/docs.erb b/website/source/layouts/docs.erb index 1016954bd..47f014f59 100644 --- a/website/source/layouts/docs.erb +++ b/website/source/layouts/docs.erb @@ -54,7 +54,6 @@