Update URLs in documents according to document migration

Change-Id: I7c9a0cef77d8564b8c6f0513da985b8ed0a404b9
This commit is contained in:
ChangBo Guo(gcb)
2017-07-12 23:01:31 +08:00
parent 5d76e78009
commit 3fe7d8e474
4 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ Style Commandments
================== ==================
- Step 1: Read the OpenStack 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 - Step 2: Read on
oslo.policy Specific Commandments oslo.policy Specific Commandments

View File

@@ -23,7 +23,7 @@ The Oslo Policy library provides support for RBAC policy enforcement across
all OpenStack services. all OpenStack services.
* Free software: Apache license * Free software: Apache license
* Documentation: https://docs.openstack.org/developer/oslo.policy * Documentation: https://docs.openstack.org/oslo.policy/latest/
* Source: https://git.openstack.org/cgit/openstack/oslo.policy * Source: https://git.openstack.org/cgit/openstack/oslo.policy
* Bugs: https://bugs.launchpad.net/oslo.policy * Bugs: https://bugs.launchpad.net/oslo.policy

View File

@@ -12,7 +12,7 @@
"""oslo.i18n integration module. """oslo.i18n integration module.
See http://docs.openstack.org/developer/oslo.i18n/usage.html . See https://docs.openstack.org/oslo.i18n/latest/user/index.html .
""" """

View File

@@ -5,7 +5,7 @@ description-file =
README.rst README.rst
author = OpenStack author = OpenStack
author-email = openstack-dev@lists.openstack.org author-email = openstack-dev@lists.openstack.org
home-page = http://docs.openstack.org/developer/oslo.policy/ home-page = https://docs.openstack.org/oslo.policy/latest/
classifier = classifier =
Environment :: OpenStack Environment :: OpenStack
Intended Audience :: Information Technology Intended Audience :: Information Technology