http urls replaced to https

Change-Id: I61bd66f792ac4c8e61271847e043041e6a80b809
Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
This commit is contained in:
Ivan Anfimov
2025-08-20 02:29:08 +00:00
parent df158ca3cf
commit c74095ad57
4 changed files with 8 additions and 8 deletions

View File

@@ -11,6 +11,6 @@ See `Gerrit Workflow Quick Reference`_ for information about how to get
started using Gerrit. See `Development Workflow`_ for more detailed started using Gerrit. See `Development Workflow`_ for more detailed
documentation on how to work with Gerrit. documentation on how to work with Gerrit.
.. _Gerrit: http://code.google.com/p/gerrit .. _Gerrit: https://www.gerritcodereview.com
.. _Development Workflow: https://docs.openstack.org/infra/manual/developers.html#development-workflow .. _Development Workflow: https://docs.opendev.org/opendev/infra-manual/latest/developers.html#development-workflow
.. _Gerrit Workflow Quick Reference: https://docs.openstack.org/infra/manual/developers.html#development-workflow .. _Gerrit Workflow Quick Reference: https://docs.opendev.org/opendev/infra-manual/latest/gettingstarted.html

View File

@@ -1,5 +1,5 @@
{ {
"$schema": "http://json-schema.org/draft-04/schema#", "$schema": "https://json-schema.org/draft-04/schema#",
"type": "object", "type": "object",
"required": ["corrections"], "required": ["corrections"],
"properties": { "properties": {

View File

@@ -38,13 +38,13 @@
<div style="text-indent: 10px"> <div style="text-indent: 10px">
${hostname}: ${hostname}:
{%each(i, id) ids%} {%each(i, id) ids%}
<a href="http://${hostname}/#/q/owner:${id},n,z" target="_blank">${id}</a> <a href="https://${hostname}/#/q/owner:${id},n,z" target="_blank">${id}</a>
{%/each%} {%/each%}
</div> </div>
{%/each%} {%/each%}
{%/if%} {%/if%}
{%if github_id %} {%if github_id %}
<div>Github: <a href="https://github.com/${github_id}" target="_blank">${github_id}</a></div> <div>GitHub: <a href="https://github.com/${github_id}" target="_blank">${github_id}</a></div>
{%/if%} {%/if%}
{%if zanata_id %} {%if zanata_id %}
<div>Zanata: <a href="https://translate.openstack.org/profile/view/${zanata_id}" target="_blank">${zanata_id}</a></div> <div>Zanata: <a href="https://translate.openstack.org/profile/view/${zanata_id}" target="_blank">${zanata_id}</a></div>

View File

@@ -5,7 +5,7 @@
{% block head %} {% block head %}
<script type="text/javascript"> <script type="text/javascript">
var base_url = "http://stackalytics.com/driverlog/"; var base_url = "https://stackalytics.io/driverlog/";
$(document).ready(function () { $(document).ready(function () {
initSelectors(base_url); initSelectors(base_url);