Merge "Use https where possible for status site things"

This commit is contained in:
Jenkins 2017-08-02 16:17:12 +00:00 committed by Gerrit Code Review
commit 7882b419e0
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'/> <link href='http://fonts.googleapis.com/css?family=PT+Sans&amp;subset=latin' rel='stylesheet' type='text/css'/>
<!-- Framework 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="https://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/print.css" type="text/css" media="print"/>
<!-- IE CSS --> <!-- 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 --> <!-- 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 --> <!-- 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> </HEAD>
<BODY> <BODY>

View File

@ -56,37 +56,37 @@ function footer() {
'<div class="span-4">' + '<div class="span-4">' +
'<h3>OpenStack</h3>' + '<h3>OpenStack</h3>' +
'<ul>' + '<ul>' +
' <li><a href="http://www.openstack.org/projects/">Projects</a></li>' + ' <li><a href="https://www.openstack.org/projects/">Projects</a></li>' +
' <li><a href="http://www.openstack.org/openstack-security/">OpenStack Security</a></li>' + ' <li><a href="https://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="https://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/blog/">Blog</a></li>' +
'</ul>' + '</ul>' +
'</div>\n' + '</div>\n' +
'<div class="span-4">' + '<div class="span-4">' +
'<h3>Community</h3>' + '<h3>Community</h3>' +
'<ul>' + '<ul>' +
' <li><a href="http://www.openstack.org/community/">User Groups</a></li>' + ' <li><a href="https://www.openstack.org/community/">User Groups</a></li>' +
' <li><a href="http://www.openstack.org/events/">Events</a></li>' + ' <li><a href="https://www.openstack.org/events/">Events</a></li>' +
' <li><a href="http://www.openstack.org/jobs/">Jobs</a></li>' + ' <li><a href="https://www.openstack.org/jobs/">Jobs</a></li>' +
' <li><a href="http://www.openstack.org/companies/">Companies</a></li>' + ' <li><a href="https://www.openstack.org/companies/">Companies</a></li>' +
' <li><a href="http://wiki.openstack.org/HowToContribute">Contribute</a></li>' + ' <li><a href="https://wiki.openstack.org/HowToContribute">Contribute</a></li>' +
'</ul>' + '</ul>' +
'</div>\n' + '</div>\n' +
'<div class="span-4">' + '<div class="span-4">' +
'<h3>Documentation</h3>' + '<h3>Documentation</h3>' +
'<ul>' + '<ul>' +
' <li><a href="http://docs.openstack.org/">OpenStack Manuals</a></li>' + ' <li><a href="https://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="https://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://wiki.openstack.org/">Wiki</a></li>' +
'</ul>' + '</ul>' +
'</div>\n' + '</div>\n' +
'<div class="span-4 last">' + '<div class="span-4 last">' +
'<h3>Branding &amp; Legal</h3>' + '<h3>Branding &amp; Legal</h3>' +
'<ul>' + '<ul>' +
' <li><a href="http://www.openstack.org/brand/">Logos &amp; Guidelines</a></li>' + ' <li><a href="https://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="https://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="https://www.openstack.org/privacy/">Privacy Policy</a></li>' +
' <li><a href="http://wiki.openstack.org/CLA">OpenStack CLA</a></li>' + ' <li><a href="https://wiki.openstack.org/CLA">OpenStack CLA</a></li>' +
'</ul>' + '</ul>' +
'</div>' + '</div>' +
'</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'/> <link href='http://fonts.googleapis.com/css?family=PT+Sans&amp;subset=latin' rel='stylesheet' type='text/css'/>
<!-- Framework 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="https://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/print.css" type="text/css" media="print"/>
<!-- IE CSS --> <!-- 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 --> <!-- 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 --> <!-- 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"> <style type="text/css">
@ -260,7 +260,7 @@ progress[aria-valuenow]:before {
system. Each of the sections below is a separate pipeline system. Each of the sections below is a separate pipeline
configured to automate some portion of the testing or configured to automate some portion of the testing or
operation of the OpenStack project. For more information, please see 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>
<p> <p>