diff --git a/README.md b/README.md index a361da9b0..fdb441aeb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Vagrant -* Website: [http://www.vagrantup.com](http://www.vagrantup.com) +* Website: [https://www.vagrantup.com/](https://www.vagrantup.com/) * Source: [https://github.com/mitchellh/vagrant](https://github.com/mitchellh/vagrant) * IRC: `#vagrant` on Freenode * Mailing list: [Google Groups](http://groups.google.com/group/vagrant-up) @@ -19,12 +19,12 @@ between Windows, Mac OS X, and Linux. ## Quick Start For the quick-start, we'll bring up a development machine on -[VirtualBox](http://www.virtualbox.org) because it is free and works +[VirtualBox](https://www.virtualbox.org/) because it is free and works on all major platforms. Vagrant can, however, work with almost any system such as OpenStack, VMware, Docker, etc. First, make sure your development machine has -[VirtualBox](http://www.virtualbox.org) +[VirtualBox](https://www.virtualbox.org/) installed. After this, [download and install the appropriate Vagrant package for your OS](http://www.vagrantup.com/downloads). @@ -55,7 +55,7 @@ Ruby 2.0 is needed. ### Dependencies and Unit Tests -To hack on Vagrant, you'll need [bundler](http://github.com/carlhuda/bundler) which can +To hack on Vagrant, you'll need [bundler](https://github.com/bundler/bundler) which can be installed with a simple `gem install bundler`. Afterwards, do the following: bundle install