summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChangBo Guo(gcb) <eric.guo@easystack.cn>2017-07-13 11:37:25 +0800
committerChangBo Guo(gcb) <eric.guo@easystack.cn>2017-07-13 17:39:15 +0800
commit22ea89630b521c6e6942ca327fa879225109a9fb (patch)
tree71fd00744b737e675ee10f453303cae17b29ca42
parentb0d66a59040c86fce41cce9bca578561c3ecf57e (diff)
downloadosprofiler-22ea89630b521c6e6942ca327fa879225109a9fb.tar.gz
Update URLs in documents according to document migration
Change-Id: Idfddc1d1a23dc6203cf04b3bb8a1554a223f4b40
-rw-r--r--README.rst6
-rw-r--r--setup.cfg2
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