From 8ccabd90f7a75272881e85457b6589689eba4d6b Mon Sep 17 00:00:00 2001 From: bdickensheets Date: Sun, 20 Jan 2019 19:53:22 +0200 Subject: [PATCH] Update to virtualbox documentation link --- website/source/docs/virtualbox/networking.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/virtualbox/networking.html.md b/website/source/docs/virtualbox/networking.html.md index 5e450e1b1..cef045b1e 100644 --- a/website/source/docs/virtualbox/networking.html.md +++ b/website/source/docs/virtualbox/networking.html.md @@ -13,7 +13,7 @@ description: |- ## VirtualBox Internal Network The Vagrant VirtualBox provider supports using the private network as a -VirtualBox [internal network](https://www.virtualbox.org/manual/ch07.html#network_internal). +VirtualBox [internal network](https://www.virtualbox.org/manual/ch06.html#network_internal). By default, private networks are host-only networks, because those are the easiest to work with. However, internal networks can be enabled as well.