From 7939dc7ab961f3751d9e05a18508ebfeb546c7e3 Mon Sep 17 00:00:00 2001 From: zhouxinyong Date: Wed, 14 Nov 2018 03:46:24 +0800 Subject: [PATCH] Replacing the HTTP protocal with HTTPS in using-sessions.rst. Change-Id: Ib4712414c48ed922ea62460730a4cd5749a3d481 --- doc/source/using-sessions.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/using-sessions.rst b/doc/source/using-sessions.rst index a66cfff2..dcf7db2c 100644 --- a/doc/source/using-sessions.rst +++ b/doc/source/using-sessions.rst @@ -592,8 +592,8 @@ in this manner, request, response and body content will all be logged to that logger at the ``DEBUG`` level, and the strings ``REQ:``, ``RESP:`` and ``RESP BODY:`` will be pre-pended as appropriate. -.. _API-WG Specs: http://specs.openstack.org/openstack/api-wg/ -.. _Consuming the Catalog: http://specs.openstack.org/openstack/api-wg/guidelines/consuming-catalog.html -.. _Microversions: http://specs.openstack.org/openstack/api-wg/guidelines/microversion_specification.html#version-discovery +.. _API-WG Specs: https://specs.openstack.org/openstack/api-wg/ +.. _Consuming the Catalog: https://specs.openstack.org/openstack/api-wg/guidelines/consuming-catalog.html +.. _Microversions: https://specs.openstack.org/openstack/api-wg/guidelines/microversion_specification.html#version-discovery .. _python logging: https://docs.python.org/3/library/logging.html .. _logger: https://docs.python.org/3/library/logging.html#logging.Logger