diff --git a/doc/source/devref/gerrit.rst b/doc/source/devref/gerrit.rst index 70d901f06..9b9823490 100644 --- a/doc/source/devref/gerrit.rst +++ b/doc/source/devref/gerrit.rst @@ -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 diff --git a/etc/corrections.schema.json b/etc/corrections.schema.json index 093135c6f..f9eace868 100644 --- a/etc/corrections.schema.json +++ b/etc/corrections.schema.json @@ -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 @@ } } } -} \ No newline at end of file +} diff --git a/stackalytics/dashboard/templates/_macros/user_profile.html b/stackalytics/dashboard/templates/_macros/user_profile.html index ffabae329..dc42afb99 100644 --- a/stackalytics/dashboard/templates/_macros/user_profile.html +++ b/stackalytics/dashboard/templates/_macros/user_profile.html @@ -38,13 +38,13 @@
${hostname}: {%each(i, id) ids%} - ${id} + ${id} {%/each%}
{%/each%} {%/if%} {%if github_id %} -
Github: ${github_id}
+
GitHub: ${github_id}
{%/if%} {%if zanata_id %}
Zanata: ${zanata_id}
diff --git a/stackalytics/dashboard/templates/reports/driverlog.html b/stackalytics/dashboard/templates/reports/driverlog.html index dafccadd2..ab83b8254 100644 --- a/stackalytics/dashboard/templates/reports/driverlog.html +++ b/stackalytics/dashboard/templates/reports/driverlog.html @@ -5,7 +5,7 @@ {% block head %}