From 68a2647bd1cd397e1c25c546addc3e673fd064b7 Mon Sep 17 00:00:00 2001 From: Samriddhi Jain Date: Fri, 14 Jul 2017 20:10:23 +0530 Subject: Update URL in docs as per the doc-migration spec The migration spec has listed some changes in the URLs of project directories. This commit fixes those changed URLs. Change-Id: Id040fdf9cc16cd6b05c82cc93e88301f743a1801 --- doc/source/audit_maps.rst | 4 ++-- doc/source/middleware.rst | 2 +- setup.cfg | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/audit_maps.rst b/doc/source/audit_maps.rst index 5a3faee..e04e902 100644 --- a/doc/source/audit_maps.rst +++ b/doc/source/audit_maps.rst @@ -34,8 +34,8 @@ These files are hosted under the `etc/pycadf`_ directory of pyCADF. For more information on how to use these mapping files, refer to the `Audit middleware`_ section of the `keystonemiddleware`_ project. -.. _Audit middleware: https://docs.openstack.org/developer/keystonemiddleware/audit.html -.. _keystonemiddleware: https://docs.openstack.org/developer/keystonemiddleware +.. _Audit middleware: https://docs.openstack.org/keystonemiddleware/latest/audit.html +.. _keystonemiddleware: https://docs.openstack.org/keystonemiddleware/latest/ .. _`etc/pycadf`: https://github.com/openstack/pycadf/tree/master/etc/pycadf .. _`cinder_api_audit_map.conf`: https://github.com/openstack/pycadf/blob/master/etc/pycadf/cinder_api_audit_map.conf .. _`glance_api_audit_map.conf`: https://github.com/openstack/pycadf/blob/master/etc/pycadf/glance_api_audit_map.conf diff --git a/doc/source/middleware.rst b/doc/source/middleware.rst index 3beb737..3ba7787 100644 --- a/doc/source/middleware.rst +++ b/doc/source/middleware.rst @@ -23,4 +23,4 @@ pyCADF's version of the audit middleware has been deprecated as of pyCADF 0.8.0. For continued support, the middleware is now maintained under the Identity (Keystone) umbrella. Related documentation can be found here_. -.. _here: https://docs.openstack.org/developer/keystonemiddleware/audit.html +.. _here: https://docs.openstack.org/keystonemiddleware/latest/audit.html diff --git a/setup.cfg b/setup.cfg index 51cf8b5..245989d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ author-email = openstack-dev@lists.openstack.org summary = CADF Library description-file = README.rst -home-page = https://docs.openstack.org/developer/pycadf/ +home-page = https://docs.openstack.org/pycadf/latest/ classifier = Development Status :: 3 - Alpha Environment :: OpenStack -- cgit v1.2.1