From 17cef5ac872731f4d0c9456c10fe9c0b51f984c9 Mon Sep 17 00:00:00 2001 From: Tovin Seven Date: Fri, 14 Jul 2017 10:49:16 +0700 Subject: [PATCH] Update documentation URLs Update this according to document migration. Change-Id: Ie0252d8852e08e5f981d755047bca0c35cfc929b --- HACKING.rst | 2 +- README.rst | 2 +- doc/source/index.rst | 2 +- doc/source/osc_integrated_commands.rst | 4 ++-- setup.cfg | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/HACKING.rst b/HACKING.rst index 2ae89aa..1403b81 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -1,4 +1,4 @@ python-pankoclient 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 ce06bc1..468fb47 100644 --- a/README.rst +++ b/README.rst @@ -23,7 +23,7 @@ command-line tool (``openstack event``). * `Source`_ .. _PyPi: https://pypi.python.org/pypi/pankoclient -.. _Online Documentation: http://docs.openstack.org/developer/python-pankoclient +.. _Online Documentation: https://docs.openstack.org/python-pankoclient/latest/ .. _Launchpad project: https://launchpad.net/python-pankoclient .. _Blueprints: https://blueprints.launchpad.net/python-pankoclient .. _Bugs: https://bugs.launchpad.net/python-pankoclient diff --git a/doc/source/index.rst b/doc/source/index.rst index 177862a..e205a76 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -24,7 +24,7 @@ API. least -- to get an idea of the concepts. By understanding the concepts this library should make more sense. - __ http://docs.openstack.org/developer/panko/ + __ https://docs.openstack.org/panko/latest/ Contents: diff --git a/doc/source/osc_integrated_commands.rst b/doc/source/osc_integrated_commands.rst index 7b0ce8b..c07107a 100644 --- a/doc/source/osc_integrated_commands.rst +++ b/doc/source/osc_integrated_commands.rst @@ -11,8 +11,8 @@ command tool. To configure the environment variables, see `openstack program`_. -.. _OpenStackClient: https://docs.openstack.org/developer/python-openstackclient -.. _openstack program: https://docs.openstack.org/developer/python-openstackclient/man/openstack.html +.. _OpenStackClient: https://docs.openstack.org/python-openstackclient/latest/ +.. _openstack program: https://docs.openstack.org/python-openstackclient/latest/cli/man/openstack.html Examples -------- diff --git a/setup.cfg b/setup.cfg index 0dbdec2..e06f435 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,7 +6,7 @@ description-file = license = Apache License, Version 2.0 author = OpenStack author-email = openstack-dev@lists.openstack.org -home-page = http://www.openstack.org/ +home-page = https://docs.openstack.org/python-pankoclient/latest/ classifier = Development Status :: 5 - Production/Stable Environment :: Console