From 166724787ff481567845caf54c9ee5ddaa042d24 Mon Sep 17 00:00:00 2001 From: "ChangBo Guo(gcb)" Date: Wed, 12 Jul 2017 23:09:35 +0800 Subject: [PATCH] Update URLs in documents according to document migration Change-Id: I61a8418023aa3dc6635073812f966bf6b815f733 --- HACKING.rst | 2 +- README.rst | 6 +++--- oslo_privsep/_i18n.py | 2 +- setup.cfg | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/HACKING.rst b/HACKING.rst index e76ccf2..9ab9670 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -1,4 +1,4 @@ oslo.privsep Style Commandments ====================================================== -Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/ +Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/ diff --git a/README.rst b/README.rst index 76cfdc5..265225d 100644 --- a/README.rst +++ b/README.rst @@ -28,9 +28,9 @@ a good idea please read over the `principle of least privilege`_ and the `specification`_ which created this library. * Free software: Apache license -* Documentation: http://docs.openstack.org/developer/oslo.privsep -* Source: http://git.openstack.org/cgit/openstack/oslo.privsep -* Bugs: http://bugs.launchpad.net/oslo.privsep +* Documentation: https://docs.openstack.org/oslo.privsep/latest/ +* Source: https://git.openstack.org/cgit/openstack/oslo.privsep +* Bugs: https://bugs.launchpad.net/oslo.privsep .. _principle of least privilege: https://en.wikipedia.org/wiki/\ Principle_of_least_privilege diff --git a/oslo_privsep/_i18n.py b/oslo_privsep/_i18n.py index 0aa541f..2c14c85 100644 --- a/oslo_privsep/_i18n.py +++ b/oslo_privsep/_i18n.py @@ -12,7 +12,7 @@ """oslo.i18n integration module. -See http://docs.openstack.org/developer/oslo.i18n/usage.html +See https://docs.openstack.org/oslo.i18n/latest/user/index.html """ diff --git a/setup.cfg b/setup.cfg index 4569856..2c55447 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ description-file = README.rst author = OpenStack author-email = openstack-dev@lists.openstack.org -home-page = http://docs.openstack.org/developer/oslo.privsep/ +home-page = https://docs.openstack.org/oslo.privsep/latest/ classifier = Environment :: OpenStack Intended Audience :: Information Technology