From 8c070df2b513bb990e44aceb75ee175dd950c3be Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Mon, 16 Nov 2015 09:15:58 -0800 Subject: [PATCH] Update README URLs based on HTTP redirects --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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