From 577a627691d9949651b7b2e4ae9111f498ff8770 Mon Sep 17 00:00:00 2001 From: "ChangBo Guo(gcb)" Date: Wed, 12 Jul 2017 22:18:12 +0800 Subject: [PATCH] Update URLs in documents according to document migration Change-Id: Ic6d1961e5e0b2920bb74d167ed843b928deca289 --- README.rst | 6 +++--- setup.cfg | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 25179cf..8d34690 100644 --- a/README.rst +++ b/README.rst @@ -59,6 +59,6 @@ OpenStack Fork -------------- * Free software: Apache license -* Documentation: http://docs.openstack.org/developer/mox3 -* Source: http://git.openstack.org/cgit/openstack/mox3 -* Bugs: http://bugs.launchpad.net/python-mox3 +* Documentation: https://docs.openstack.org/mox3/latest/ +* Source: https://git.openstack.org/cgit/openstack/mox3 +* Bugs: https://bugs.launchpad.net/python-mox3 diff --git a/setup.cfg b/setup.cfg index 6b4d8c1..f9a12fb 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://www.openstack.org/ +home-page = https://docs.openstack.org/mox3/latest/ classifiers = Environment :: OpenStack Programming Language :: Python