http urls replaced to https
Change-Id: I61bd66f792ac4c8e61271847e043041e6a80b809 Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
This commit is contained in:
@@ -11,6 +11,6 @@ See `Gerrit Workflow Quick Reference`_ for information about how to get
|
||||
started using Gerrit. See `Development Workflow`_ for more detailed
|
||||
documentation on how to work with Gerrit.
|
||||
|
||||
.. _Gerrit: http://code.google.com/p/gerrit
|
||||
.. _Development Workflow: https://docs.openstack.org/infra/manual/developers.html#development-workflow
|
||||
.. _Gerrit Workflow Quick Reference: https://docs.openstack.org/infra/manual/developers.html#development-workflow
|
||||
.. _Gerrit: https://www.gerritcodereview.com
|
||||
.. _Development Workflow: https://docs.opendev.org/opendev/infra-manual/latest/developers.html#development-workflow
|
||||
.. _Gerrit Workflow Quick Reference: https://docs.opendev.org/opendev/infra-manual/latest/gettingstarted.html
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"$schema": "https://json-schema.org/draft-04/schema#",
|
||||
"type": "object",
|
||||
"required": ["corrections"],
|
||||
"properties": {
|
||||
@@ -43,4 +43,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -38,13 +38,13 @@
|
||||
<div style="text-indent: 10px">
|
||||
${hostname}:
|
||||
{%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%}
|
||||
</div>
|
||||
{%/each%}
|
||||
{%/if%}
|
||||
{%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 zanata_id %}
|
||||
<div>Zanata: <a href="https://translate.openstack.org/profile/view/${zanata_id}" target="_blank">${zanata_id}</a></div>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
{% block head %}
|
||||
<script type="text/javascript">
|
||||
var base_url = "http://stackalytics.com/driverlog/";
|
||||
var base_url = "https://stackalytics.io/driverlog/";
|
||||
|
||||
$(document).ready(function () {
|
||||
initSelectors(base_url);
|
||||
|
||||
Reference in New Issue
Block a user