From a622e99e9314ab8d96d9ef94d9eec2b898c5557d Mon Sep 17 00:00:00 2001 From: shangxiaobj Date: Tue, 15 Aug 2017 19:09:21 -0700 Subject: [PATCH] Update and replace http with https for doc links in ranger 1) Update doc links according to OpenStack document migration 2) Use https instead of http for docs links Change-Id: I2b90bf308c55264e2aa7e2035611f49db179fa60 --- orm/common/client/audit/CONTRIBUTING.rst | 4 ++-- orm/common/client/audit/HACKING.rst | 2 +- orm/common/client/audit/setup.cfg | 2 +- orm/common/client/keystone/CONTRIBUTING.rst | 4 ++-- orm/common/client/keystone/HACKING.rst | 2 +- orm/common/client/keystone/setup.cfg | 2 +- orm/services/region_manager/readme.md | 4 ++-- setup.cfg | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/orm/common/client/audit/CONTRIBUTING.rst b/orm/common/client/audit/CONTRIBUTING.rst index 7e9b4d63..ec9e25af 100644 --- a/orm/common/client/audit/CONTRIBUTING.rst +++ b/orm/common/client/audit/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/orm/common/client/audit/HACKING.rst b/orm/common/client/audit/HACKING.rst index 6d69d5e7..6b6ca083 100644 --- a/orm/common/client/audit/HACKING.rst +++ b/orm/common/client/audit/HACKING.rst @@ -1,4 +1,4 @@ audit_client 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/orm/common/client/audit/setup.cfg b/orm/common/client/audit/setup.cfg index 96589221..86756aba 100644 --- a/orm/common/client/audit/setup.cfg +++ b/orm/common/client/audit/setup.cfg @@ -5,7 +5,7 @@ description-file = README.rst author = OpenStack author-email = openstack-dev@lists.openstack.org -home-page = http://www.openstack.org/ +home-page = https://www.openstack.org/ classifier = Environment :: OpenStack Intended Audience :: Information Technology diff --git a/orm/common/client/keystone/CONTRIBUTING.rst b/orm/common/client/keystone/CONTRIBUTING.rst index 1271f07d..ebcd4aff 100644 --- a/orm/common/client/keystone/CONTRIBUTING.rst +++ b/orm/common/client/keystone/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/orm/common/client/keystone/HACKING.rst b/orm/common/client/keystone/HACKING.rst index 923c0d23..761f1a80 100644 --- a/orm/common/client/keystone/HACKING.rst +++ b/orm/common/client/keystone/HACKING.rst @@ -1,4 +1,4 @@ keystone_utils 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/orm/common/client/keystone/setup.cfg b/orm/common/client/keystone/setup.cfg index 1fa083ad..5363044b 100644 --- a/orm/common/client/keystone/setup.cfg +++ b/orm/common/client/keystone/setup.cfg @@ -5,7 +5,7 @@ description-file = README.rst author = OpenStack author-email = openstack-dev@lists.openstack.org -home-page = http://www.openstack.org/ +home-page = https://www.openstack.org/ classifier = Environment :: OpenStack Intended Audience :: Information Technology diff --git a/orm/services/region_manager/readme.md b/orm/services/region_manager/readme.md index b8a2af36..7a7d824c 100644 --- a/orm/services/region_manager/readme.md +++ b/orm/services/region_manager/readme.md @@ -15,7 +15,7 @@ _TBD_ ## Code style guide First of all please read two of the following documents: 1. [Pythons PEP8](https://www.python.org/dev/peps/pep-0008/) -1. [Openstack hacking](http://docs.openstack.org/developer/hacking/) +1. [Openstack hacking](https://docs.openstack.org/hacking/latest/) __After reading this please read it 3 more times__ @@ -32,4 +32,4 @@ BusinessLogic ``` ## Python tips and tricks -# test header \ No newline at end of file +# test header diff --git a/setup.cfg b/setup.cfg index fe935e9c..c65ff04b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,7 +6,7 @@ description-file = README.rst author = OpenStack author-email = openstack-dev@lists.openstack.org -home-page = http://www.openstack.org/ +home-page = https://www.openstack.org/ classifier = Environment :: OpenStack Intended Audience :: Information Technology