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:
parent
2f529d47e7
commit
a471f71cbb
|
@ -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`.
|
||||
|
|
Loading…
Reference in New Issue