Ensure all assets are served over SSL

This commit is contained in:
Seth Vargo 2015-08-12 19:32:10 -04:00
parent 2f782a95ba
commit d1043b41e3
16 changed files with 35 additions and 35 deletions

View File

@ -38,11 +38,11 @@
<!-- nav -->
<ul class="pull-right unstyled">
<li class="pill">
<a href="http://www.amazon.com/gp/product/1449335837/ref=as_li_qf_sp_asin_il_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1449335837&linkCode=as2&tag=vagrant-20">
<a href="https://www.amazon.com/gp/product/1449335837/ref=as_li_qf_sp_asin_il_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1449335837&linkCode=as2&tag=vagrant-20">
Vagrant Book
</a>
</li>
<li><a href="http://www.vagrantup.com/">Home</a></li>
<li><a href="https://www.vagrantup.com/">Home</a></li>
</ul>
</nav>
@ -321,20 +321,20 @@
<div class="span12">
<ul class="unstyled footer-nav">
<li><a href="http://docs.vagrantup.com/">Documentation</a></li>
<li><a href="http://www.vagrantup.com/about">About</a></li>
<li><a href="http://www.vagrantup.com/support">Support</a></li>
<a href="http://www.vagrantup.com/downloads">
<li><a href="https://docs.vagrantup.com/">Documentation</a></li>
<li><a href="https://www.vagrantup.com/about">About</a></li>
<li><a href="https://www.vagrantup.com/support">Support</a></li>
<a href="https://www.vagrantup.com/downloads">
<li class="button inline-button">Download</li>
</a>
</ul>
<ul class="unstyled logos">
<a href="http://www.vagrantup.com">
<a href="https://www.vagrantup.com">
<li class="vagrant-logo-monochrome"></li>
</a>
<li><span>by</span></li>
<a href="http://www.hashicorp.com">
<a href="https://www.hashicorp.com">
<li class="hashi-logo-monochrome "></li>
</a>
</ul> <!-- /span -->

View File

@ -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

View File

@ -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)

View File

@ -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)

View File

@ -8,5 +8,5 @@ as well as the Vagrant community.
<ul class="unstyled">
<li<%= sidebar_current("blog") %>><a href="/blog.html">Blog</a></li>
<li<%= sidebar_current("blog-archives") %>><a href="/blog-archives.html">Article Archive</a></li>
<li><a href="http://feeds.feedburner.com/vagrantup">RSS Feed</a></li>
<li><a href="https://feeds.feedburner.com/vagrantup">RSS Feed</a></li>
</ul>

View File

@ -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

View File

@ -39,7 +39,7 @@ READMORE
<a id="docker"></a>
### 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.
<a id="machine-readable"></a>
### 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).
<a id="synced-folder-plugins"></a>
### Synced Folder Plugins

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -43,8 +43,8 @@ You can find the SHA256 checksums for this version of Vagrant
<% end %>
<div class="poweredby">
<a href='http://www.bintray.com'>
<img src='http://www.bintray.com/docs/images/poweredByBintray_ColorTransparent.png'>
<a href='https://www.bintray.com'>
<img src='https://www.bintray.com/docs/images/poweredByBintray_ColorTransparent.png'>
</a>
</div>
</div>

View File

@ -11,7 +11,7 @@ page_title: "Download Old Versions of Vagrant"
<p>
This webpage lists the older versions of Vagrant that are available for
download. Some even older versions are available from the
<a href="http://downloads.vagrantup.com/">legacy downloads page</a>.
<a href="https://www.vagrantup.com/downloads-archive.html">legacy downloads page</a>.
</p>
<p>

View File

@ -42,8 +42,8 @@ and you can find the version changelog <a href="https://github.com/mitchellh/vag
<% end %>
<div class="poweredby">
<a href='http://www.bintray.com'>
<img src='http://www.bintray.com/docs/images/poweredByBintray_ColorTransparent.png'>
<a href='https://www.bintray.com'>
<img src='https://www.bintray.com/docs/images/poweredByBintray_ColorTransparent.png'>
</a>
</div>
</div>

View File

@ -20,7 +20,7 @@
</div> <!-- /span -->
</a>
<a href="http://docs.vagrantup.com/v2/getting-started/index.html">
<a href="https://docs.vagrantup.com/v2/getting-started/index.html">
<div class="button button span3">
<span>get started</span>
</div> <!-- /span -->
@ -81,7 +81,7 @@ $ vagrant up
</div> <!-- /span -->
</div> <!-- /row -->
<div class="row">
<a href="http://docs.vagrantup.com/v2/getting-started/index.html">
<a href="https://docs.vagrantup.com/v2/getting-started/index.html">
<div class="button white-button with-carat span6 offset3">
<span>get started&raquo;</span>
</div> <!-- /span -->

View File

@ -25,7 +25,7 @@
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<!-- Blog -->
<link rel="alternate" type="application/rss+xml" title="Vagrant Blog Feed" href="http://feeds.feedburner.com/vagrantup">
<link rel="alternate" type="application/rss+xml" title="Vagrant Blog Feed" href="https://feeds.feedburner.com/vagrantup">
</head>
<body>
@ -41,7 +41,7 @@
<ul class="pull-right unstyled">
<li class="pill"><a href="/vmware">VMware Integration</a></li>
<li><a href="/downloads.html">Downloads</a></li>
<li><a href="http://docs.vagrantup.com/">Documentation</a></li>
<li><a href="https://docs.vagrantup.com/">Documentation</a></li>
<li><a href="/blog.html">Blog</a></li>
<li><a href="/about.html">About</a></li>
</ul>
@ -56,7 +56,7 @@
<div class="span12">
<ul class="unstyled footer-nav">
<li><a href="http://docs.vagrantup.com/">Documentation</a></li>
<li><a href="https://docs.vagrantup.com/">Documentation</a></li>
<li><a href="/about.html">About</a></li>
<li><a href="/support.html">Support</a></li>
<a href="/downloads.html">