summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-12-07 17:39:44 +0000
committerGerrit Code Review <review@openstack.org>2018-12-07 17:39:44 +0000
commit4a00a64a9237eff86a54679dd2e90e71ab5e1a4d (patch)
treedbf266217df3ea32200e000ba400f5cda0181568
parent839e34e7c9c99e39a7da12414d2d788a8002e8e9 (diff)
parent4293cd8fc56662159300b74459e068eff3976322 (diff)
downloadoslo-log-4a00a64a9237eff86a54679dd2e90e71ab5e1a4d.tar.gz
Merge "Advancing the protocal of the website to HTTPS in usage.rst."
-rw-r--r--doc/source/admin/journal.rst2
-rw-r--r--doc/source/user/examples.rst2
-rw-r--r--doc/source/user/migration.rst2
-rw-r--r--doc/source/user/usage.rst6
4 files changed, 6 insertions, 6 deletions
diff --git a/doc/source/admin/journal.rst b/doc/source/admin/journal.rst
index 3458a76..b42fde8 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 c6a59a8..503de52 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 25d13c4..4c397f0 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 652eb61..3b7a7b1 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 <example_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
============