Update the doc URL in the documents

Change-Id: Iad782f20bef65fefe6c47f02810904cb2cdaa2f3
This commit is contained in:
Akihiro Motoki 2017-07-11 13:37:48 +00:00
parent 54b1b52533
commit eaf2aa6cfe
6 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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 .
"""

View File

@ -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:

View File

@ -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

View File

@ -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