diff --git a/docs/commands.md b/docs/commands.md index fcf43a1d9..4423456ae 100644 --- a/docs/commands.md +++ b/docs/commands.md @@ -93,7 +93,7 @@ If you're box is booted simply run `vagrant ssh` from the root of your project d ## vagrant up -This command builds the [Sun VirtualBox](http://www.virtualbox.org) and sets it up based +This command builds the [Oracle VirtualBox](http://www.virtualbox.org) and sets it up based on the specifications of the `Vagrantfile`. This command requires that the `Vagrantfile`, in the very least, specify a box to use. The basic tasks handled by the up command are listed below, not in any specific order: diff --git a/docs/getting-started/index.md b/docs/getting-started/index.md index 7684e79ea..cebaa156d 100644 --- a/docs/getting-started/index.md +++ b/docs/getting-started/index.md @@ -4,7 +4,7 @@ title: Getting Started --- # Getting Started with Vagrant -Vagrant uses [Sun's VirtualBox](http://www.virtualbox.org) +Vagrant uses [Oracle's VirtualBox](http://www.virtualbox.org) to build configurable, lightweight, and portable virtual machines dynamically. The first couple pages serve to introduce you to Vagrant and what it has to offer while the rest of the guide is a technical walkthrough for building a @@ -14,7 +14,7 @@ so other developers can get up and running in just a couple commands. ## Get VirtualBox -Vagrant depends on [Sun's VirtualBox](http://www.virtualbox.org) to create all of +Vagrant depends on [Oracle's VirtualBox](http://www.virtualbox.org) to create all of it's virtual environments. VirtualBox is a general-purpose full virtualizer for x86 hardware. Targeted at server, desktop and embedded use, it is now the only professional-quality virtualization solution that is also Open Source Software. @@ -56,4 +56,4 @@ should get used to the above snippet of code. After the initial setup of any Vagrant environment, the above is all any developer will need to create their development environment! Note that the above snippet does actually create a fully functional 360MB virtual machine running Ubuntu in the -background, although the machine doesn't do much in this state. \ No newline at end of file +background, although the machine doesn't do much in this state. diff --git a/docs/getting-started/why.md b/docs/getting-started/why.md index a72af13eb..9d620b6aa 100644 --- a/docs/getting-started/why.md +++ b/docs/getting-started/why.md @@ -11,7 +11,7 @@ By providing easy to configure, lightweight, reproducible, and portable virtual development environments, Vagrant helps maximize your productivity and flexibility. Vagrant is a development tool which stands on the shoulders of giants, using tried and -proven technologies to achieve its magic. Vagrant uses [Sun's VirtualBox](http://www.virtualbox.org) +proven technologies to achieve its magic. Vagrant uses [Oracle's VirtualBox](http://www.virtualbox.org) to create its virtual machines and then uses [Chef](http://www.opscode.com/chef) to provision them. ## Benefits of Vagrant diff --git a/index.md b/index.md index 01eb7c8d7..f0b62c59e 100644 --- a/index.md +++ b/index.md @@ -5,7 +5,7 @@ title: Welcome Vagrant is a tool for building and distributing virtualized development environments. By providing automated creation and provisioning of virtual machines -using [Sun's VirtualBox](http://www.virtualbox.org), Vagrant provides +using [Oracle's VirtualBox](http://www.virtualbox.org), Vagrant provides the tools to create and configure lightweight, reproducible, and portable virtual environments. For more information, see the part of the getting started guide on "[Why Vagrant?](/docs/getting-started/why.html)" @@ -33,11 +33,11 @@ featured web development environment running! This is all possible with Vagrant. This is a compact feature list of Vagrant. For more information on any of the specific features, read the [getting started guide](/docs/getting-started/index.html). -* Automated virtual machine creation using [Sun's VirtualBox](http://www.virtualbox.org) +* Automated virtual machine creation using [Oracle's VirtualBox](http://www.virtualbox.org) * Automated provisioning of virtual environments using [chef](http://www.opscode.com/chef) * Forward ports to the host machine * Full SSH access to created environments * Shared folders allows you to continue using your own editor * Package environments into distributable boxes * Completely tear down environment when you're done -* Easily rebuild a complete environment with a single command \ No newline at end of file +* Easily rebuild a complete environment with a single command