diff --git a/website/docs/source/v2/boxes/base.html.md b/website/docs/source/v2/boxes/base.html.md
index 4a6ec2ca1..d2a6a449d 100644
--- a/website/docs/source/v2/boxes/base.html.md
+++ b/website/docs/source/v2/boxes/base.html.md
@@ -172,7 +172,7 @@ Supported Windows guest operating systems:
- Windows Server 2012 R2
Windows Server 2003 and Windows XP are _not_ supported, but if you're a die
-hard XP fan [this](http://stackoverflow.com/a/18593425/18475) may help you.
+hard XP fan [this](https://stackoverflow.com/a/18593425/18475) may help you.
### Base Windows Configuration
diff --git a/website/www/README.md b/website/www/README.md
index 120011325..814da3877 100644
--- a/website/www/README.md
+++ b/website/www/README.md
@@ -1,6 +1,6 @@
# VagrantUp.com
-This is the repository for the [Vagrant website](http://www.vagrantup.com).
+This is the repository for the [Vagrant website](https://www.vagrantup.com).
This is a [Middleman](http://middlemanapp.com) project, which builds a static
site from these source files. The site is hosted on [Heroku](http://heroku.com)
diff --git a/website/www/lib/legacy_redirect.rb b/website/www/lib/legacy_redirect.rb
index ce93a2d55..eb87e2bab 100644
--- a/website/www/lib/legacy_redirect.rb
+++ b/website/www/lib/legacy_redirect.rb
@@ -3,7 +3,7 @@ module HashiCorp
# This redirects legacy URLs to VagrantUp.com to the proper location.
class LegacyRedirect
LEGACY_PATHS = {
- /^\/(v1|v2)/ => lambda { |env, _| "http://docs.vagrantup.com#{env["PATH_INFO"]}" }
+ /^\/(v1|v2)/ => lambda { |env, _| "https://docs.vagrantup.com#{env["PATH_INFO"]}" }
}
def initialize(app)
diff --git a/website/www/source/_sidebar_blog.erb b/website/www/source/_sidebar_blog.erb
index b9cd72830..8637326a1 100644
--- a/website/www/source/_sidebar_blog.erb
+++ b/website/www/source/_sidebar_blog.erb
@@ -8,5 +8,5 @@ as well as the Vagrant community.
diff --git a/website/www/source/blog/2013-09-19-introducing-the-vagrant-blog.html.markdown b/website/www/source/blog/2013-09-19-introducing-the-vagrant-blog.html.markdown
index c949c8cbd..c5b626f88 100644
--- a/website/www/source/blog/2013-09-19-introducing-the-vagrant-blog.html.markdown
+++ b/website/www/source/blog/2013-09-19-introducing-the-vagrant-blog.html.markdown
@@ -20,7 +20,7 @@ It can be as general as how to use a certain feature of Vagrant, or as
specific as how to use Vagrant to develop a certain application or in
a certain language.
-Please subscribe [to the RSS feed](http://feeds.feedburner.com/vagrantup).
+Please subscribe [to the RSS feed](https://feeds.feedburner.com/vagrantup).
We look forward to shipping blog posts shortly!
READMORE
diff --git a/website/www/source/blog/2013-12-09-vagrant-1-4.html.markdown b/website/www/source/blog/2013-12-09-vagrant-1-4.html.markdown
index 8e1bb3bb5..49ca8edd4 100644
--- a/website/www/source/blog/2013-12-09-vagrant-1-4.html.markdown
+++ b/website/www/source/blog/2013-12-09-vagrant-1-4.html.markdown
@@ -39,7 +39,7 @@ READMORE
### Docker Provisioner
-Vagrant 1.4 introduces a [Docker provisioner](http://docs.vagrantup.com/v2/provisioning/docker.html)
+Vagrant 1.4 introduces a [Docker provisioner](https://docs.vagrantup.com/v2/provisioning/docker.html)
to automatically install Docker, pull Docker containers, and configure
certain containers to run on boot.
@@ -55,7 +55,7 @@ See the documentation for usage examples and a complete option reference.
### Machine-Readable Output
-Vagrant now has [machine-readable output](http://docs.vagrantup.com/v2/cli/machine-readable.html) for a handful of commands. The machine-readable output makes it much
+Vagrant now has [machine-readable output](https://docs.vagrantup.com/v2/cli/machine-readable.html) for a handful of commands. The machine-readable output makes it much
easier to script Vagrant usage.
Note that not very many features of Vagrant output useful machine-readable
@@ -75,7 +75,7 @@ This helps avoid unexpected surprises with backwards incompatibilities
or plugin incompatibilities with your Vagrantfiles. The version
constraints that can be specified are very powerful and easy to use.
-See the [documentation for more information](http://docs.vagrantup.com/v2/vagrantfile/vagrant_version.html).
+See the [documentation for more information](https://docs.vagrantup.com/v2/vagrantfile/vagrant_version.html).
### Synced Folder Plugins
diff --git a/website/www/source/blog/2014-01-20-stability-and-upgrades.html.markdown b/website/www/source/blog/2014-01-20-stability-and-upgrades.html.markdown
index 43414d88f..5302d1dbd 100644
--- a/website/www/source/blog/2014-01-20-stability-and-upgrades.html.markdown
+++ b/website/www/source/blog/2014-01-20-stability-and-upgrades.html.markdown
@@ -56,7 +56,7 @@ verify that Vagrant is functioning as it should.
### Longer Deprecation Cycles
Although we've made it clear that we may
-[break compatibility](http://docs.vagrantup.com/v2/installation/backwards-compatibility.html)
+[break compatibility](https://docs.vagrantup.com/v2/installation/backwards-compatibility.html)
of Vagrantfiles for 1.x until 2.0 is final, we've only introduces a couple
backwards incompatibilities. However, when we have introduced them, we've been
pretty abrupt about removing the old features.
diff --git a/website/www/source/blog/2014-03-10-vagrant-1-5-and-vagrant-cloud.html.md b/website/www/source/blog/2014-03-10-vagrant-1-5-and-vagrant-cloud.html.md
index a83e7086a..155fbd169 100644
--- a/website/www/source/blog/2014-03-10-vagrant-1-5-and-vagrant-cloud.html.md
+++ b/website/www/source/blog/2014-03-10-vagrant-1-5-and-vagrant-cloud.html.md
@@ -89,7 +89,7 @@ we didn't have time to cover in dedicated blog posts:
The documentation for Vagrant has been updated to cover all of these new
features, so you can learn details about each feature in the
-[Vagrant documentation](http://docs.vagrantup.com).
+[Vagrant documentation](https://docs.vagrantup.com).
In addition to these features, dozens of improvements and bug fixes were
made to Vagrant. You can see these by reading the complete
diff --git a/website/www/source/blog/2014-05-06-vagrant-1-6.html.md b/website/www/source/blog/2014-05-06-vagrant-1-6.html.md
index bf050826c..37259d721 100644
--- a/website/www/source/blog/2014-05-06-vagrant-1-6.html.md
+++ b/website/www/source/blog/2014-05-06-vagrant-1-6.html.md
@@ -73,7 +73,7 @@ we didn't have time to cover in dedicated blog posts:
The documentation for Vagrant has been updated to cover all of these new
features, so you can learn details about each feature in the
-[Vagrant documentation](http://docs.vagrantup.com).
+[Vagrant documentation](https://docs.vagrantup.com).
In addition to these features, dozens of improvements and bug fixes were
made to Vagrant. You can see these by reading the complete
diff --git a/website/www/source/blog_feed.xml.builder b/website/www/source/blog_feed.xml.builder
index 2c9693770..3ad3e7ae7 100644
--- a/website/www/source/blog_feed.xml.builder
+++ b/website/www/source/blog_feed.xml.builder
@@ -2,16 +2,16 @@ xml.instruct!
xml.feed "xmlns" => "http://www.w3.org/2005/Atom" do
xml.title "Vagrant Blog"
xml.subtitle "Release announcements, how-to guides, and more for Vagrant."
- xml.id "http://www.vagrantup.com/blog.html"
- xml.link "href" => "http://www.vagrantup.com/blog.html"
- xml.link "href" => "http://www.vagrantup.com/blog_feed.xml", "rel" => "self"
+ xml.id "https://www.vagrantup.com/blog.html"
+ xml.link "href" => "https://www.vagrantup.com/blog.html"
+ xml.link "href" => "https://www.vagrantup.com/blog_feed.xml", "rel" => "self"
xml.updated blog.articles.first.date.to_time.iso8601
xml.author { xml.name "Vagrant" }
blog.articles[0..5].each do |article|
xml.entry do
xml.title article.title
- xml.link "rel" => "alternate", "href" => "http://www.vagrantup.com#{article.url}"
+ xml.link "rel" => "alternate", "href" => "https://www.vagrantup.com#{article.url}"
xml.id article.url
xml.published article.date.to_time.iso8601
xml.updated article.date.to_time.iso8601
diff --git a/website/www/source/download-archive-single.html.erb b/website/www/source/download-archive-single.html.erb
index 2547ccedc..41b8e7fac 100644
--- a/website/www/source/download-archive-single.html.erb
+++ b/website/www/source/download-archive-single.html.erb
@@ -43,8 +43,8 @@ You can find the SHA256 checksums for this version of Vagrant
<% end %>
diff --git a/website/www/source/downloads-archive.html.erb b/website/www/source/downloads-archive.html.erb
index 2b747fe7e..2e8da7f97 100644
--- a/website/www/source/downloads-archive.html.erb
+++ b/website/www/source/downloads-archive.html.erb
@@ -11,7 +11,7 @@ page_title: "Download Old Versions of Vagrant"
This webpage lists the older versions of Vagrant that are available for
download. Some even older versions are available from the
-legacy downloads page.
+legacy downloads page.
diff --git a/website/www/source/downloads.html.erb b/website/www/source/downloads.html.erb
index 2bd3c5320..252b325a2 100644
--- a/website/www/source/downloads.html.erb
+++ b/website/www/source/downloads.html.erb
@@ -14,7 +14,7 @@ page_title: "Download Vagrant"
Below are all available downloads for the latest version of Vagrant
(<%= latest_version %>). Please download the proper package for your
operating system and architecture. You can find SHA256 checksums
-for packages here,
+for packages here,
and you can find the version changelog here.
@@ -42,8 +42,8 @@ and you can find the version changelog
-
-
+
+
diff --git a/website/www/source/index.html.erb b/website/www/source/index.html.erb
index 308c644a0..0c99a33e7 100644
--- a/website/www/source/index.html.erb
+++ b/website/www/source/index.html.erb
@@ -20,7 +20,7 @@
-
+