Use https://www.virtualbox.org for all VirtualBox links

From an internal ticket:

> Just noticed that the Link to Virtualbox points to the not-www-Subdomain. And on Domain i got a https-error. If you change the link to the www-Subdomain, there’s no error.
This commit is contained in:
Seth Vargo 2014-10-22 09:14:23 -04:00
parent 2f529d47e7
commit a471f71cbb
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ $ vagrant up
```
After running the above two commands, you'll have a fully running
virtual machine in [VirtualBox](http://virtualbox.org) running
virtual machine in [VirtualBox](https://www.virtualbox.org) running
Ubuntu 12.04 LTS 32-bit. You can SSH into this machine with
`vagrant ssh`, and when you're done playing around, you can remove
all traces of it with `vagrant destroy`.