Update README URLs based on HTTP redirects
This commit is contained in:
parent
75cc6ef8d3
commit
8c070df2b5
|
@ -1,6 +1,6 @@
|
||||||
# Vagrant
|
# 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)
|
* Source: [https://github.com/mitchellh/vagrant](https://github.com/mitchellh/vagrant)
|
||||||
* IRC: `#vagrant` on Freenode
|
* IRC: `#vagrant` on Freenode
|
||||||
* Mailing list: [Google Groups](http://groups.google.com/group/vagrant-up)
|
* Mailing list: [Google Groups](http://groups.google.com/group/vagrant-up)
|
||||||
|
@ -19,12 +19,12 @@ between Windows, Mac OS X, and Linux.
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
For the quick-start, we'll bring up a development machine on
|
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
|
on all major platforms. Vagrant can, however, work with almost any
|
||||||
system such as OpenStack, VMware, Docker, etc.
|
system such as OpenStack, VMware, Docker, etc.
|
||||||
|
|
||||||
First, make sure your development machine has
|
First, make sure your development machine has
|
||||||
[VirtualBox](http://www.virtualbox.org)
|
[VirtualBox](https://www.virtualbox.org/)
|
||||||
installed. After this,
|
installed. After this,
|
||||||
[download and install the appropriate Vagrant package for your OS](http://www.vagrantup.com/downloads).
|
[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
|
### 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:
|
be installed with a simple `gem install bundler`. Afterwards, do the following:
|
||||||
|
|
||||||
bundle install
|
bundle install
|
||||||
|
|
Loading…
Reference in New Issue