From eaf2aa6cfe8abc5f8e086d88d98a8e24d8f8a8b5 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Tue, 11 Jul 2017 13:37:48 +0000 Subject: [PATCH] Update the doc URL in the documents Change-Id: Iad782f20bef65fefe6c47f02810904cb2cdaa2f3 --- HACKING.rst | 2 +- README.rst | 2 +- castellan/i18n.py | 2 +- doc/source/contributor/testing.rst | 4 ++-- doc/source/user/index.rst | 2 +- setup.cfg | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/HACKING.rst b/HACKING.rst index 613369cb..8f1d160d 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -2,7 +2,7 @@ Castellan Style Commandments =============================================== - 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 9f6a59b1..a7b080cb 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ Castellan 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 a65ee8f0..8b5338bb 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 0d2c02f6..e36345f4 100644 --- a/doc/source/contributor/testing.rst +++ b/doc/source/contributor/testing.rst @@ -44,8 +44,8 @@ Keystone services to be running in order to execute. For more 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 3ebccf5e..5fbd5752 100644 --- a/doc/source/user/index.rst +++ b/doc/source/user/index.rst @@ -329,4 +329,4 @@ oslo-config-generator conf, e.g. `etc/oslo-config-generator/myproject.conf`: 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 fd12442d..eba5c55b 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 = https://docs.openstack.org/developer/castellan/ +home-page = https://docs.openstack.org/castellan/latest/ classifier = Environment :: OpenStack Intended Audience :: Information Technology