Review-stats: Use https links
This commit is contained in:
parent
ead6cd6822
commit
2d0f7af536
6 changed files with 11 additions and 11 deletions
|
@ -9,8 +9,8 @@
|
|||
</p>
|
||||
|
||||
<ul>
|
||||
<li class="first"><a href="http://fedoraproject.org/wiki/Legal:Main">Legal</a></li>
|
||||
<li><a href="http://fedoraproject.org/wiki/Legal:Trademark_guidelines">Trademark Guidelines</a></li>
|
||||
<li class="first"><a href="https://fedoraproject.org/wiki/Legal:Main">Legal</a></li>
|
||||
<li><a href="https://fedoraproject.org/wiki/Legal:Trademark_guidelines">Trademark Guidelines</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|||
<body>
|
||||
<div id="wrapper">
|
||||
<div id="head">
|
||||
<h1><a href="http://fedoraproject.org/index.html">Fedora</a></h1>
|
||||
<h1><a href="https://fedoraproject.org/index.html">Fedora</a></h1>
|
||||
</div>
|
||||
<div id="content">
|
||||
<h2>$description<br/>
|
||||
|
|
|
@ -33,7 +33,7 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|||
<body>
|
||||
<div id="wrapper">
|
||||
<div id="head">
|
||||
<h1><a href="http://fedoraproject.org/index.html">Fedora</a></h1>
|
||||
<h1><a href="https://fedoraproject.org/index.html">Fedora</a></h1>
|
||||
</div>
|
||||
<div id="content">
|
||||
<h2>$description<br/>
|
||||
|
|
|
@ -26,7 +26,7 @@ href="//fedoraproject.org/static/css/fedora.css" />
|
|||
<body>
|
||||
<div id="wrapper">
|
||||
<div id="head">
|
||||
<h1><a href="http://fedoraproject.org/index.html">Fedora</a></h1>
|
||||
<h1><a href="https://fedoraproject.org/index.html">Fedora</a></h1>
|
||||
</div>
|
||||
<div id="content">
|
||||
<h2>Cached Package Review Tracker</h2>
|
||||
|
@ -53,7 +53,7 @@ available:
|
|||
Last updated: ${update}, query time: ${'{0:0.3f}'.format(querytime)}s, output time: ${'{0:0.3f}'.format(outputtime)}s, version: ${version}.
|
||||
<br/>
|
||||
<h2>Quick Review Search</h2>
|
||||
<form name="packageformform" action="http://bugzilla.redhat.com/buglist.cgi" method="get"
|
||||
<form name="packageformform" action="https://bugzilla.redhat.com/buglist.cgi" method="get"
|
||||
onsubmit="if (this.short_desc.value == '')
|
||||
{ alert('Please enter a search term.');
|
||||
return false; } return true;">
|
||||
|
@ -67,7 +67,7 @@ Last updated: ${update}, query time: ${'{0:0.3f}'.format(querytime)}s, output ti
|
|||
</div>
|
||||
</form>
|
||||
|
||||
<form name="submittedform" action="http://bugzilla.redhat.com/buglist.cgi" method="get"
|
||||
<form name="submittedform" action="https://bugzilla.redhat.com/buglist.cgi" method="get"
|
||||
onsubmit="if (this.email1.value == '')
|
||||
{ alert('Please enter a search term.');
|
||||
return false; } return true;">
|
||||
|
@ -82,7 +82,7 @@ Last updated: ${update}, query time: ${'{0:0.3f}'.format(querytime)}s, output ti
|
|||
</div>
|
||||
</form>
|
||||
|
||||
<form name="reviewedform" action="http://bugzilla.redhat.com/buglist.cgi" method="get"
|
||||
<form name="reviewedform" action="https://bugzilla.redhat.com/buglist.cgi" method="get"
|
||||
onsubmit="if (this.email1.value == '')
|
||||
{ alert('Please enter a search term.');
|
||||
return false; } return true;">
|
||||
|
@ -97,7 +97,7 @@ Last updated: ${update}, query time: ${'{0:0.3f}'.format(querytime)}s, output ti
|
|||
</div>
|
||||
</form>
|
||||
|
||||
<form name="commentedform" action="http://bugzilla.redhat.com/buglist.cgi" method="get"
|
||||
<form name="commentedform" action="https://bugzilla.redhat.com/buglist.cgi" method="get"
|
||||
onsubmit="if (this.email1.value == '')
|
||||
{ alert('Please enter a search term.');
|
||||
return false; } return true;">
|
||||
|
|
|
@ -34,7 +34,7 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|||
<body>
|
||||
<div id="wrapper">
|
||||
<div id="head">
|
||||
<h1><a href="http://fedoraproject.org/index.html">Fedora</a></h1>
|
||||
<h1><a href="https://fedoraproject.org/index.html">Fedora</a></h1>
|
||||
</div>
|
||||
<div id="content">
|
||||
<h2>$description</h2>
|
||||
|
|
|
@ -33,7 +33,7 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|||
<body>
|
||||
<div id="wrapper">
|
||||
<div id="head">
|
||||
<h1><a href="http://fedoraproject.org/index.html">Fedora</a></h1>
|
||||
<h1><a href="https://fedoraproject.org/index.html">Fedora</a></h1>
|
||||
</div>
|
||||
<div id="content">
|
||||
<h2>$description<br/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue