summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorloooosy <syluo5695@fiberhome.com>2017-08-23 09:29:30 +0800
committerloooosy <syluo5695@fiberhome.com>2017-08-23 14:46:27 +0800
commita41d9df8a179043d0ff0b02e74c0528d683b8b92 (patch)
tree69bc7c7d2cb8c3dac90ecb62300c0910be8dbb73
parente9a9701d54ea1b708e7fc3ef68e75eb288059632 (diff)
downloadoslo-db-a41d9df8a179043d0ff0b02e74c0528d683b8b92.tar.gz
Update the documentation link
This patch is proposed according to the Direction 10 of doc migration(https://etherpad.openstack.org/p/doc-migration-tracking). Change-Id: I6904da7a5f2bd12cf44d047e4b865389e44fb56b
-rw-r--r--CONTRIBUTING.rst4
-rw-r--r--README.rst4
-rw-r--r--oslo_db/_i18n.py2
3 files changed, 5 insertions, 5 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 51a0c3d..bb9c2d1 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -5,13 +5,13 @@ How to contribute
If you would like to contribute to the development of OpenStack,
you must follow the steps in this page:
- http://docs.openstack.org/infra/manual/developers.html
+ https://docs.openstack.org/infra/manual/developers.html
Once those steps have been completed, changes to OpenStack
should be submitted for review via the Gerrit tool, following
the workflow documented at:
- http://docs.openstack.org/infra/manual/developers.html#development-workflow
+ https://docs.openstack.org/infra/manual/developers.html#development-workflow
Pull requests submitted through GitHub will be ignored.
diff --git a/README.rst b/README.rst
index 6e53fcb..ee1bf23 100644
--- a/README.rst
+++ b/README.rst
@@ -2,8 +2,8 @@
Team and repository tags
========================
-.. image:: http://governance.openstack.org/badges/oslo.db.svg
- :target: http://governance.openstack.org/reference/tags/index.html
+.. image:: https://governance.openstack.org/badges/oslo.db.svg
+ :target: https://governance.openstack.org/tc/reference/tags/index.html
.. Change things from this point on
diff --git a/oslo_db/_i18n.py b/oslo_db/_i18n.py
index 413bc41..3d75f69 100644
--- a/oslo_db/_i18n.py
+++ b/oslo_db/_i18n.py
@@ -12,7 +12,7 @@
"""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 .
"""