From d80704a474ee838f178938898f6915dcee92bf67 Mon Sep 17 00:00:00 2001 From: Tovin Seven Date: Fri, 14 Jul 2017 14:02:06 +0700 Subject: [PATCH] Update documentation URLs Just update some dead links after a huge wave of document migration. Change-Id: If9d511c11f8fa58ad8241e093403dd139986818b --- HACKING.rst | 2 +- README.rst | 6 +++--- doc/source/index.rst | 2 +- setup.cfg | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/HACKING.rst b/HACKING.rst index decb3bc..4395774 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -1,4 +1,4 @@ aodhclient Style Commandments ================================ -Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/ +Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/ diff --git a/README.rst b/README.rst index fe4acd3..1b08288 100644 --- a/README.rst +++ b/README.rst @@ -10,6 +10,6 @@ This is a client for OpenStack Aodh API. There's :doc:`a Python API OpenStack Aodh API. * Free software: Apache license -* Documentation: http://docs.openstack.org/developer/python-aodhclient -* Source: http://git.openstack.org/cgit/openstack/python-aodhclient -* Bugs: http://bugs.launchpad.net/python-aodhclient +* Documentation: https://docs.openstack.org/python-aodhclient/latest/ +* Source: https://git.openstack.org/cgit/openstack/python-aodhclient +* Bugs: https://bugs.launchpad.net/python-aodhclient diff --git a/doc/source/index.rst b/doc/source/index.rst index 61084df..30e5eb0 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -24,7 +24,7 @@ Aodh API. least -- to get an idea of the concepts. By understanding the concepts this library should make more sense. - __ http://docs.openstack.org/developer/aodh/ + __ https://docs.openstack.org/aodh/latest/ Contents: diff --git a/setup.cfg b/setup.cfg index aa4dcc0..447ede7 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/python-aodhclient +home-page = https://docs.openstack.org/python-aodhclient/latest/ classifier = Environment :: OpenStack Intended Audience :: Information Technology