Update URLs in documents according to document migration
Change-Id: I71f5444055b997905a913fdaaf31080cfbe85513
This commit is contained in:
parent
21de4a7c51
commit
5a8a712c26
@ -1,4 +1,4 @@
|
|||||||
oslo.service Style Commandments
|
oslo.service Style Commandments
|
||||||
======================================================
|
======================================================
|
||||||
|
|
||||||
Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/
|
Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/
|
||||||
|
@ -26,6 +26,6 @@ might need for working with SSL or WSGI, performing periodic
|
|||||||
operations, interacting with systemd, etc.
|
operations, interacting with systemd, etc.
|
||||||
|
|
||||||
* Free software: Apache license
|
* Free software: Apache license
|
||||||
* Documentation: http://docs.openstack.org/developer/oslo.service
|
* Documentation: https://docs.openstack.org/oslo.service/latest/
|
||||||
* Source: http://git.openstack.org/cgit/openstack/oslo.service
|
* Source: https://git.openstack.org/cgit/openstack/oslo.service
|
||||||
* Bugs: http://bugs.launchpad.net/oslo.service
|
* Bugs: https://bugs.launchpad.net/oslo.service
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
"""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 .
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import oslo_i18n
|
import oslo_i18n
|
||||||
|
@ -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.service
|
home-page = https://docs.openstack.org/oslo.service/latest/
|
||||||
classifier =
|
classifier =
|
||||||
Environment :: OpenStack
|
Environment :: OpenStack
|
||||||
Intended Audience :: Information Technology
|
Intended Audience :: Information Technology
|
||||||
|
Loading…
Reference in New Issue
Block a user