Update URLs in documents according to document migration
Change-Id: Ib92b989c48553675dafc1ec44fdb43a4155e2a01
This commit is contained in:
parent
b783b44eba
commit
2db67df0d0
@ -1,4 +1,4 @@
|
|||||||
Style Commandments
|
Style Commandments
|
||||||
==================
|
==================
|
||||||
|
|
||||||
Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/
|
Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/
|
||||||
|
@ -24,6 +24,6 @@ internationalization (i18n) features, especially translation for text
|
|||||||
strings in an application or library.
|
strings in an application or library.
|
||||||
|
|
||||||
* Free software: Apache license
|
* Free software: Apache license
|
||||||
* Documentation: http://docs.openstack.org/developer/oslo.i18n
|
* Documentation: https://docs.openstack.org/oslo.i18n/latest
|
||||||
* Source: http://git.openstack.org/cgit/openstack/oslo.i18n
|
* Source: https://git.openstack.org/cgit/openstack/oslo.i18n
|
||||||
* Bugs: http://bugs.launchpad.net/oslo.i18n
|
* Bugs: https://bugs.launchpad.net/oslo.i18n
|
||||||
|
@ -115,7 +115,7 @@ for each message:
|
|||||||
|
|
||||||
The import of multiple modules from _i18n on a single line is
|
The import of multiple modules from _i18n on a single line is
|
||||||
a valid exception to
|
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.
|
for import statements.
|
||||||
|
|
||||||
|
|
||||||
@ -136,7 +136,7 @@ code for translatable strings looks for the marker function names.
|
|||||||
Handling hacking Objections to Imports
|
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
|
prefer importing modules and accessing names from those modules after
|
||||||
import, rather than importing the names directly. For example:
|
import, rather than importing the names directly. For example:
|
||||||
|
|
||||||
|
@ -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.i18n
|
home-page = https://docs.openstack.org/oslo.i18n/latest
|
||||||
classifier =
|
classifier =
|
||||||
Environment :: OpenStack
|
Environment :: OpenStack
|
||||||
Intended Audience :: Information Technology
|
Intended Audience :: Information Technology
|
||||||
|
Loading…
Reference in New Issue
Block a user