summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamriddhi Jain <j.samriddhi13@gmail.com>2017-07-14 20:10:23 +0530
committerSamriddhi Jain <j.samriddhi13@gmail.com>2017-07-14 20:12:27 +0530
commit68a2647bd1cd397e1c25c546addc3e673fd064b7 (patch)
treeaed3db4d0caa1139f51835bc253f99942a5a234d
parent88064cffa79dd807782eff9e167d6e7724d74171 (diff)
downloadpycadf-68a2647bd1cd397e1c25c546addc3e673fd064b7.tar.gz
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
-rw-r--r--doc/source/audit_maps.rst4
-rw-r--r--doc/source/middleware.rst2
-rw-r--r--setup.cfg2
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