Update URLs in documents according to document migration

Change-Id: Ib92b989c48553675dafc1ec44fdb43a4155e2a01
This commit is contained in:
ChangBo Guo(gcb) 2017-07-12 15:43:48 +08:00
parent b783b44eba
commit 2db67df0d0
4 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
Style Commandments
==================
Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/
Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/

View File

@ -24,6 +24,6 @@ internationalization (i18n) features, especially translation for text
strings in an application or library.
* Free software: Apache license
* Documentation: http://docs.openstack.org/developer/oslo.i18n
* Source: http://git.openstack.org/cgit/openstack/oslo.i18n
* Bugs: http://bugs.launchpad.net/oslo.i18n
* Documentation: https://docs.openstack.org/oslo.i18n/latest
* Source: https://git.openstack.org/cgit/openstack/oslo.i18n
* Bugs: https://bugs.launchpad.net/oslo.i18n

View File

@ -115,7 +115,7 @@ for each message:
The import of multiple modules from _i18n on a single line is
a valid exception to
`OpenStack Style Guidelines <http://docs.openstack.org/developer/hacking/#imports>`_
`OpenStack Style Guidelines <https://docs.openstack.org/hacking/latest/#imports>`_
for import statements.
@ -136,7 +136,7 @@ code for translatable strings looks for the marker function names.
Handling hacking Objections to Imports
======================================
The `OpenStack Style Guidelines <http://docs.openstack.org/developer/hacking/#imports>`_
The `OpenStack Style Guidelines <https://docs.openstack.org/hacking/latest/#imports>`_
prefer importing modules and accessing names from those modules after
import, rather than importing the names directly. For example:

View File

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