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