summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChangBo Guo(gcb) <eric.guo@easystack.cn>2017-07-12 15:43:48 +0800
committerChangBo Guo(gcb) <eric.guo@easystack.cn>2017-07-12 15:47:32 +0800
commit2db67df0d0645f7a0477621895f5fa618a7c0fc1 (patch)
tree8b8aa0d414960a7f69bfddd8ef50f650c04aa5bf
parentb783b44ebad97724536a3d9b82130aa13f1fa140 (diff)
downloadoslo-i18n-2db67df0d0645f7a0477621895f5fa618a7c0fc1.tar.gz
Update URLs in documents according to document migration
Change-Id: Ib92b989c48553675dafc1ec44fdb43a4155e2a01
-rw-r--r--HACKING.rst2
-rw-r--r--README.rst6
-rw-r--r--doc/source/user/usage.rst4
-rw-r--r--setup.cfg2
4 files changed, 7 insertions, 7 deletions
diff --git a/HACKING.rst b/HACKING.rst
index cb07476..39378cb 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -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/
diff --git a/README.rst b/README.rst
index 9c0eb7f..5d2ffe7 100644
--- a/README.rst
+++ b/README.rst
@@ -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
diff --git a/doc/source/user/usage.rst b/doc/source/user/usage.rst
index d26acd1..5870eb3 100644
--- a/doc/source/user/usage.rst
+++ b/doc/source/user/usage.rst
@@ -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:
diff --git a/setup.cfg b/setup.cfg
index 4e9b9db..83c102a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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