diff --git a/doc/source/admin/journal.rst b/doc/source/admin/journal.rst index 3458a767..b42fde85 100644 --- a/doc/source/admin/journal.rst +++ b/doc/source/admin/journal.rst @@ -155,4 +155,4 @@ References - The guide for using systemd in devstack provides additional examples of effective journalctl queries - - http://git.openstack.org/cgit/openstack-dev/devstack/tree/SYSTEMD.rst + https://git.openstack.org/cgit/openstack-dev/devstack/tree/SYSTEMD.rst diff --git a/doc/source/user/examples.rst b/doc/source/user/examples.rst index c6a59a8e..503de521 100644 --- a/doc/source/user/examples.rst +++ b/doc/source/user/examples.rst @@ -8,7 +8,7 @@ These files can be found in the docs/source/examples directory of the git source of this project. They can also be found in the `online git repository`_ of this project. -.. _online git repository: http://git.openstack.org/cgit/openstack/oslo.log/tree/doc/source/examples +.. _online git repository: https://git.openstack.org/cgit/openstack/oslo.log/tree/doc/source/examples python_logging.py diff --git a/doc/source/user/migration.rst b/doc/source/user/migration.rst index 25d13c4a..4c397f08 100644 --- a/doc/source/user/migration.rst +++ b/doc/source/user/migration.rst @@ -23,7 +23,7 @@ exists. We agreed in the `cross project spec`_ to stop using audit level anyway, so those calls should be replaced with calls to ``info()``. -.. _cross project spec: http://git.openstack.org/cgit/openstack/openstack-specs/tree/specs/log-guidelines.rst +.. _cross project spec: https://git.openstack.org/cgit/openstack/openstack-specs/tree/specs/log-guidelines.rst Deprecation tools moved to ``versionutils`` ------------------------------------------- diff --git a/doc/source/user/usage.rst b/doc/source/user/usage.rst index 652eb613..3b7a7b1a 100644 --- a/doc/source/user/usage.rst +++ b/doc/source/user/usage.rst @@ -88,7 +88,7 @@ log levels. Logging within an application should use `Oslo International Utilities (i18n)`_ marker functions to provide language translation capabilities. -.. _Oslo International Utilities (i18n): http://docs.openstack.org/oslo.i18n/latest +.. _Oslo International Utilities (i18n): https://docs.openstack.org/oslo.i18n/latest .. literalinclude:: examples/usage_i18n.py :linenos: @@ -100,7 +100,7 @@ Source: :ref:`examples/usage_i18n.py ` With the use of `Oslo Context`_, log records can also contain additional contextual information applicable for your application. -.. _Oslo Context: http://docs.openstack.org/oslo.context/latest +.. _Oslo Context: https://docs.openstack.org/oslo.context/latest .. literalinclude:: examples/usage_context.py :linenos: @@ -152,7 +152,7 @@ The `OpenStack Logging Guidelines`_ in openstack-specs repository explain how to use different logging levels, and the desired logging patterns to be used in OpenStack applications. -.. _OpenStack Logging Guidelines: http://specs.openstack.org/openstack/openstack-specs/specs/log-guidelines.html +.. _OpenStack Logging Guidelines: https://specs.openstack.org/openstack/openstack-specs/specs/log-guidelines.html In a Library ============