Use https where possible for status site things

OpenStack docs and www.openstack.org css resources are all hosted over
https now. Avoid hitting redirects and point directly at the current
source urls.

Change-Id: Ic8d2195983016c8140025bafb46e78fa6d5bfff5
This commit is contained in:
Clark Boylan 2017-04-18 16:40:45 -07:00
parent e8926d53d2
commit 87d00c5603
3 changed files with 29 additions and 29 deletions

View File

@ -25,20 +25,20 @@
<link href='http://fonts.googleapis.com/css?family=PT+Sans&amp;subset=latin' rel='stylesheet' type='text/css'/>
<!-- Framework CSS -->
<link rel="stylesheet" href="http://www.openstack.org/themes/openstack/css/blueprint/screen.css" type="text/css" media="screen, projection"/>
<link rel="stylesheet" href="http://www.openstack.org/themes/openstack/css/blueprint/print.css" type="text/css" media="print"/>
<link rel="stylesheet" href="https://www.openstack.org/themes/openstack/css/blueprint/screen.css" type="text/css" media="screen, projection"/>
<link rel="stylesheet" href="https://www.openstack.org/themes/openstack/css/blueprint/print.css" type="text/css" media="print"/>
<!-- IE CSS -->
<!--[if lt IE 8]><link rel="stylesheet" href="http://www.openstack.org/blueprint/ie.css" type="text/css" media="screen, projection"><![endif]-->
<!--[if lt IE 8]><link rel="stylesheet" href="https://www.openstack.org/blueprint/ie.css" type="text/css" media="screen, projection"><![endif]-->
<!-- OpenStack Specific CSS -->
<link rel="stylesheet" href="http://www.openstack.org/themes/openstack/css/dropdown.css" type="text/css" media="screen, projection, print"/>
<link rel="stylesheet" href="https://www.openstack.org/themes/openstack/css/dropdown.css" type="text/css" media="screen, projection, print"/>
<!-- Page Specific CSS -->
<link rel="stylesheet" href="http://www.openstack.org/themes/openstack/css/home.css" type="text/css" media="screen, projection, print"/>
<link rel="stylesheet" href="https://www.openstack.org/themes/openstack/css/home.css" type="text/css" media="screen, projection, print"/>
<link rel="stylesheet" type="text/css" href="http://www.openstack.org/themes/openstack/css/main.css" />
<link rel="stylesheet" type="text/css" href="https://www.openstack.org/themes/openstack/css/main.css" />
</HEAD>
<BODY>

View File

@ -56,37 +56,37 @@ function footer() {
'<div class="span-4">' +
'<h3>OpenStack</h3>' +
'<ul>' +
' <li><a href="http://www.openstack.org/projects/">Projects</a></li>' +
' <li><a href="http://www.openstack.org/openstack-security/">OpenStack Security</a></li>' +
' <li><a href="http://www.openstack.org/projects/openstack-faq/">Common Questions</a></li>' +
' <li><a href="http://www.openstack.org/blog/">Blog</a></li>' +
' <li><a href="https://www.openstack.org/projects/">Projects</a></li>' +
' <li><a href="https://www.openstack.org/openstack-security/">OpenStack Security</a></li>' +
' <li><a href="https://www.openstack.org/projects/openstack-faq/">Common Questions</a></li>' +
' <li><a href="https://www.openstack.org/blog/">Blog</a></li>' +
'</ul>' +
'</div>\n' +
'<div class="span-4">' +
'<h3>Community</h3>' +
'<ul>' +
' <li><a href="http://www.openstack.org/community/">User Groups</a></li>' +
' <li><a href="http://www.openstack.org/events/">Events</a></li>' +
' <li><a href="http://www.openstack.org/jobs/">Jobs</a></li>' +
' <li><a href="http://www.openstack.org/companies/">Companies</a></li>' +
' <li><a href="http://wiki.openstack.org/HowToContribute">Contribute</a></li>' +
' <li><a href="https://www.openstack.org/community/">User Groups</a></li>' +
' <li><a href="https://www.openstack.org/events/">Events</a></li>' +
' <li><a href="https://www.openstack.org/jobs/">Jobs</a></li>' +
' <li><a href="https://www.openstack.org/companies/">Companies</a></li>' +
' <li><a href="https://wiki.openstack.org/HowToContribute">Contribute</a></li>' +
'</ul>' +
'</div>\n' +
'<div class="span-4">' +
'<h3>Documentation</h3>' +
'<ul>' +
' <li><a href="http://docs.openstack.org/">OpenStack Manuals</a></li>' +
' <li><a href="http://docs.openstack.org/diablo/openstack-compute/starter/content/">Getting Started</a></li>' +
' <li><a href="http://wiki.openstack.org/">Wiki</a></li>' +
' <li><a href="https://docs.openstack.org/">OpenStack Manuals</a></li>' +
' <li><a href="https://docs.openstack.org/diablo/openstack-compute/starter/content/">Getting Started</a></li>' +
' <li><a href="https://wiki.openstack.org/">Wiki</a></li>' +
'</ul>' +
'</div>\n' +
'<div class="span-4 last">' +
'<h3>Branding &amp; Legal</h3>' +
'<ul>' +
' <li><a href="http://www.openstack.org/brand/">Logos &amp; Guidelines</a></li>' +
' <li><a href="http://www.openstack.org/brand/openstack-trademark-policy/">Trademark Policy</a></li>' +
' <li><a href="http://www.openstack.org/privacy/">Privacy Policy</a></li>' +
' <li><a href="http://wiki.openstack.org/CLA">OpenStack CLA</a></li>' +
' <li><a href="https://www.openstack.org/brand/">Logos &amp; Guidelines</a></li>' +
' <li><a href="https://www.openstack.org/brand/openstack-trademark-policy/">Trademark Policy</a></li>' +
' <li><a href="https://www.openstack.org/privacy/">Privacy Policy</a></li>' +
' <li><a href="https://wiki.openstack.org/CLA">OpenStack CLA</a></li>' +
'</ul>' +
'</div>' +
'</div>' +

View File

@ -19,20 +19,20 @@
<link href='http://fonts.googleapis.com/css?family=PT+Sans&amp;subset=latin' rel='stylesheet' type='text/css'/>
<!-- Framework CSS -->
<link rel="stylesheet" href="http://www.openstack.org/themes/openstack/css/blueprint/screen.css" type="text/css" media="screen, projection"/>
<link rel="stylesheet" href="http://www.openstack.org/themes/openstack/css/blueprint/print.css" type="text/css" media="print"/>
<link rel="stylesheet" href="https://www.openstack.org/themes/openstack/css/blueprint/screen.css" type="text/css" media="screen, projection"/>
<link rel="stylesheet" href="https://www.openstack.org/themes/openstack/css/blueprint/print.css" type="text/css" media="print"/>
<!-- IE CSS -->
<!--[if lt IE 8]><link rel="stylesheet" href="http://www.openstack.org/blueprint/ie.css" type="text/css" media="screen, projection"><![endif]-->
<!--[if lt IE 8]><link rel="stylesheet" href="https://www.openstack.org/blueprint/ie.css" type="text/css" media="screen, projection"><![endif]-->
<!-- OpenStack Specific CSS -->
<link rel="stylesheet" href="http://www.openstack.org/themes/openstack/css/dropdown.css" type="text/css" media="screen, projection, print"/>
<link rel="stylesheet" href="https://www.openstack.org/themes/openstack/css/dropdown.css" type="text/css" media="screen, projection, print"/>
<!-- Page Specific CSS -->
<link rel="stylesheet" href="http://www.openstack.org/themes/openstack/css/home.css" type="text/css" media="screen, projection, print"/>
<link rel="stylesheet" href="https://www.openstack.org/themes/openstack/css/home.css" type="text/css" media="screen, projection, print"/>
<link rel="stylesheet" type="text/css" href="http://www.openstack.org/themes/openstack/css/main.css" />
<link rel="stylesheet" type="text/css" href="https://www.openstack.org/themes/openstack/css/main.css" />
<style type="text/css">
@ -260,7 +260,7 @@ progress[aria-valuenow]:before {
system. Each of the sections below is a separate pipeline
configured to automate some portion of the testing or
operation of the OpenStack project. For more information, please see
<a href="http://docs.openstack.org/infra/zuul">the Zuul reference manual.</a>
<a href="https://docs.openstack.org/infra/zuul">the Zuul reference manual.</a>
</p>
<p>