summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChangBo Guo(gcb) <eric.guo@easystack.cn>2017-07-13 12:16:24 +0800
committerChangBo Guo(gcb) <eric.guo@easystack.cn>2017-07-13 12:16:24 +0800
commit4fc2518539f3a5e8447b8f72901da4bab3771748 (patch)
treed377c062cd45592dc4c0848b8b7a8b0ba3a3cef1
parent68e64e8ea5a1318bb23f12448a4293ed2f4a0837 (diff)
downloadpbr-4fc2518539f3a5e8447b8f72901da4bab3771748.tar.gz
Update URLs in documents according to document migration
Change-Id: I8018f0cc0b0f7642d9e0e65f14c9c8a8315b55b9
-rw-r--r--README.rst8
-rw-r--r--setup.cfg2
2 files changed, 5 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index 4c4ebba..9c1df73 100644
--- a/README.rst
+++ b/README.rst
@@ -31,10 +31,10 @@ when that library itself will alter how the setup is processed. As Metadata
them as quickly as possible.
* License: Apache License, Version 2.0
-* Documentation: http://docs.openstack.org/developer/pbr
-* Source: http://git.openstack.org/cgit/openstack-dev/pbr
-* Bugs: http://bugs.launchpad.net/pbr
-* Change Log: https://docs.openstack.org/developer/pbr/history.html
+* Documentation: https://docs.openstack.org/pbr/latest/
+* Source: https://git.openstack.org/cgit/openstack-dev/pbr
+* Bugs: https://bugs.launchpad.net/pbr
+* Change Log: https://docs.openstack.org/pbr/latest/user/history.html
.. _d2to1: https://pypi.python.org/pypi/d2to1
.. _distutils2: https://pypi.python.org/pypi/Distutils2
diff --git a/setup.cfg b/setup.cfg
index f842c9c..619b5ea 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,7 +5,7 @@ author-email = openstack-dev@lists.openstack.org
summary = Python Build Reasonableness
description-file =
README.rst
-home-page = http://docs.openstack.org/developer/pbr/
+home-page = https://docs.openstack.org/pbr/latest/
requires-python = >=2.6
classifier =
Development Status :: 5 - Production/Stable