From 22ea89630b521c6e6942ca327fa879225109a9fb Mon Sep 17 00:00:00 2001 From: "ChangBo Guo(gcb)" Date: Thu, 13 Jul 2017 11:37:25 +0800 Subject: [PATCH] Update URLs in documents according to document migration Change-Id: Idfddc1d1a23dc6203cf04b3bb8a1554a223f4b40 --- README.rst | 6 +++--- setup.cfg | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index e5a6a97..9f1bcab 100644 --- a/README.rst +++ b/README.rst @@ -27,6 +27,6 @@ to build a tree of calls which can be quite handy for a variety of reasons (for example in isolating cross-project performance issues). * Free software: Apache license -* Documentation: http://docs.openstack.org/developer/osprofiler -* Source: http://git.openstack.org/cgit/openstack/osprofiler -* Bugs: http://bugs.launchpad.net/osprofiler +* Documentation: https://docs.openstack.org/osprofiler/latest/ +* Source: https://git.openstack.org/cgit/openstack/osprofiler +* Bugs: https://bugs.launchpad.net/osprofiler diff --git a/setup.cfg b/setup.cfg index 194729e..d2d655e 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/osprofiler +home-page = https://docs.openstack.org/osprofiler/latest/ classifier = Environment :: OpenStack Intended Audience :: Developers