From 9218d7e73994d01eb91c714cd571abd76b7fbef0 Mon Sep 17 00:00:00 2001 From: loooosy Date: Wed, 23 Aug 2017 15:11:43 +0800 Subject: [PATCH] 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: I00622c9e17643c17af1497d199c9445aa1ba8166 --- CONTRIBUTING.rst | 4 ++-- README.rst | 4 ++-- oslo_reports/_i18n.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 044fc64..cd9994b 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,14 +1,14 @@ 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 If you already have a good understanding of how the system works and your OpenStack accounts are set up, you can skip to the development workflow section of this documentation to learn how changes to OpenStack should be submitted for review via the Gerrit tool: - 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 00912ff..1d9fa57 100644 --- a/README.rst +++ b/README.rst @@ -2,8 +2,8 @@ Team and repository tags ======================== -.. image:: http://governance.openstack.org/badges/oslo.reports.svg - :target: http://governance.openstack.org/reference/tags/index.html +.. image:: https://governance.openstack.org/badges/oslo.reports.svg + :target: https://governance.openstack.org/reference/tags/index.html .. Change things from this point on diff --git a/oslo_reports/_i18n.py b/oslo_reports/_i18n.py index 1439398..f86b4fb 100644 --- a/oslo_reports/_i18n.py +++ b/oslo_reports/_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 . """