diff --git a/HACKING.rst b/HACKING.rst index 613369c..8f1d160 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -2,7 +2,7 @@ =============================================== - Step 1: Read the OpenStack Style Commandments - https://docs.openstack.org/developer/hacking/ + https://docs.openstack.org/hacking/latest/ - Step 2: Read on Castellan Specific Commandments diff --git a/README.rst b/README.rst index 9f6a59b..a7b080c 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ Generic Key Manager interface for OpenStack. * License: Apache License, Version 2.0 -* Documentation: https://docs.openstack.org/developer/castellan +* Documentation: https://docs.openstack.org/castellan/latest * Source: https://git.openstack.org/cgit/openstack/castellan * Bugs: https://bugs.launchpad.net/castellan diff --git a/castellan/i18n.py b/castellan/i18n.py index a65ee8f..8b5338b 100644 --- a/castellan/i18n.py +++ b/castellan/i18n.py @@ -14,7 +14,7 @@ """oslo.i18n integration module. -See https://docs.openstack.org/developer/oslo.i18n/usage.html . +See https://docs.openstack.org/oslo.i18n/latest/user/usage.html . """ diff --git a/doc/source/contributor/testing.rst b/doc/source/contributor/testing.rst index 0d2c02f..e36345f 100644 --- a/doc/source/contributor/testing.rst +++ b/doc/source/contributor/testing.rst @@ -44,8 +44,8 @@ information on this please see `Setting up a Barbican development environment`_ and `Using Keystone Middleware with Barbican`_ -.. _`Setting up a Barbican development environment`: https://docs.openstack.org/developer/barbican/setup/dev.html -.. _`Using Keystone Middleware with Barbican`: https://docs.openstack.org/developer/barbican/setup/keystone.html +.. _`Setting up a Barbican development environment`: https://docs.openstack.org/barbican/latest/setup/dev.html +.. _`Using Keystone Middleware with Barbican`: https://docs.openstack.org/barbican/latest/setup/keystone.html Castellan uses either ``/etc/castellan/castellan-functional.conf`` or ``./etc/castellan/castellan-functional.conf`` in order to run functional tests. A sample file can be generated by running: diff --git a/doc/source/user/index.rst b/doc/source/user/index.rst index 3ebccf5..5fbd575 100644 --- a/doc/source/user/index.rst +++ b/doc/source/user/index.rst @@ -329,4 +329,4 @@ namespace = castellan.config For more information on the oslo configuration generator, please see -https://docs.openstack.org/developer/oslo.config/generator.html +https://docs.openstack.org/oslo.config/latest/cli/generator.html diff --git a/setup.cfg b/setup.cfg index fd12442..eba5c55 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ README.rst author = OpenStack author-email = openstack-dev@lists.openstack.org -home-page = https://docs.openstack.org/developer/castellan/ +home-page = https://docs.openstack.org/castellan/latest/ classifier = Environment :: OpenStack Intended Audience :: Information Technology