From 0673abe3389c5156ccb3895c46f76a7984697d74 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 26 Oct 2018 08:24:54 +0200 Subject: [PATCH] Use https for links Use https instead of http when link to docs.openstack.org. Change-Id: Iaf643a1c110aac53cd036537a583d58eebbf817d --- CONTRIBUTING.md | 4 ++-- jeepyb/cmd/close_pull_requests.py | 4 ++-- jeepyb/cmd/welcome_message.py | 2 +- setup.cfg | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3902173..8d875fe 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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](http://docs.openstack.org/infra/manual/developers.html) + [https://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](http://docs.openstack.org/infra/manual/developers.html#development-workflow) + [https://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/jeepyb/cmd/close_pull_requests.py b/jeepyb/cmd/close_pull_requests.py index 701330d..ad41f41 100644 --- a/jeepyb/cmd/close_pull_requests.py +++ b/jeepyb/cmd/close_pull_requests.py @@ -54,10 +54,10 @@ MESSAGE = """Thank you for contributing to %(project)s! If you have never contributed to OpenStack before make sure you have read the getting started documentation: -http://docs.openstack.org/infra/manual/developers.html#getting-started +https://docs.openstack.org/infra/manual/developers.html#getting-started Otherwise please visit -http://docs.openstack.org/infra/manual/developers.html#development-workflow +https://docs.openstack.org/infra/manual/developers.html#development-workflow and follow the instructions there to upload your change to Gerrit. """ diff --git a/jeepyb/cmd/welcome_message.py b/jeepyb/cmd/welcome_message.py index 80d0a02..3694c89 100644 --- a/jeepyb/cmd/welcome_message.py +++ b/jeepyb/cmd/welcome_message.py @@ -91,7 +91,7 @@ reviews: anybody can do it, and it's a great way to learn the code base. Thanks again for supporting OpenStack, we look forward to working with you. IRC: https://wiki.openstack.org/wiki/IRC -Workflow: http://docs.openstack.org/infra/manual/developers.html +Workflow: https://docs.openstack.org/infra/manual/developers.html Commit Messages: https://wiki.openstack.org/wiki/GitCommitMessages """ diff --git a/setup.cfg b/setup.cfg index 86ffa5a..24207d0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ description-file = README.rst author = OpenStack Infrastructure Team author-email = openstack-infra@lists.openstack.org -home-page = http://docs.openstack.org/infra/system-config/ +home-page = https://docs.openstack.org/infra/system-config/ classifier = Intended Audience :: Information Technology Intended Audience :: System Administrators