From 07fe1437a76382ff681bf7e30c27ded3da87b569 Mon Sep 17 00:00:00 2001 From: robby-nzta Date: Wed, 31 Oct 2018 05:49:22 +1300 Subject: [PATCH] Update the box list link box list link is broken --- .../04_Other_installation_Options/Vagrant_Virtualbox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/00_Getting_Started/01_Installation/04_Other_installation_Options/Vagrant_Virtualbox.md b/docs/en/00_Getting_Started/01_Installation/04_Other_installation_Options/Vagrant_Virtualbox.md index a33176c5b..2c65200c2 100644 --- a/docs/en/00_Getting_Started/01_Installation/04_Other_installation_Options/Vagrant_Virtualbox.md +++ b/docs/en/00_Getting_Started/01_Installation/04_Other_installation_Options/Vagrant_Virtualbox.md @@ -47,7 +47,7 @@ Look for the line which describes the box you are going to use: config.vm.box = "base" ``` -This defines what pre-built Operating System the vagrant machine will be using. We'll be changing `base` to something closer to what we’d like, perhaps similar to your production server, you can find a range of boxes [listed here](https://atlas.hashicorp.com/search) +This defines what pre-built Operating System the vagrant machine will be using. We'll be changing `base` to something closer to what we’d like, perhaps similar to your production server, you can find a range of boxes [listed here](https://app.vagrantup.com/boxes/search) We've chosen to use `RHEL7.0`, but you can easily change it to suit your needs. ```ruby