diff options
Diffstat (limited to 'docs/getting_started_vagrant.md')
-rw-r--r-- | docs/getting_started_vagrant.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/getting_started_vagrant.md b/docs/getting_started_vagrant.md index 7a4541cfc..b71f8908b 100644 --- a/docs/getting_started_vagrant.md +++ b/docs/getting_started_vagrant.md | |||
@@ -4,11 +4,11 @@ This project includes a `Vagrantfile` that will allow you to build a new firmwar | |||
4 | 4 | ||
5 | ## Requirements | 5 | ## Requirements |
6 | 6 | ||
7 | Using the `Vagrantfile` in this repository requires you have [Vagrant](http://www.vagrantup.com/) as well as a supported provider installed: | 7 | Using the `Vagrantfile` in this repository requires you have [Vagrant](https://www.vagrantup.com/) as well as a supported provider installed: |
8 | 8 | ||
9 | * [VirtualBox](https://www.virtualbox.org/) (Version at least 5.0.12) | 9 | * [VirtualBox](https://www.virtualbox.org/) (Version at least 5.0.12) |
10 | * Sold as 'the most accessible platform to use Vagrant' | 10 | * Sold as 'the most accessible platform to use Vagrant' |
11 | * [VMware Workstation](https://www.vmware.com/products/workstation) and [Vagrant VMware plugin](http://www.vagrantup.com/vmware) | 11 | * [VMware Workstation](https://www.vmware.com/products/workstation) and [Vagrant VMware plugin](https://www.vagrantup.com/vmware) |
12 | * The (paid) VMware plugin requires a licensed copy of VMware Workstation/Fusion | 12 | * The (paid) VMware plugin requires a licensed copy of VMware Workstation/Fusion |
13 | * [Docker](https://www.docker.com/) | 13 | * [Docker](https://www.docker.com/) |
14 | 14 | ||