Use https for links

Use https instead of http when link to docs.openstack.org.

Change-Id: Iaf643a1c110aac53cd036537a583d58eebbf817d
This commit is contained in:
Andreas Jaeger 2018-10-26 08:24:54 +02:00
parent f21a8fef14
commit 0673abe338
4 changed files with 6 additions and 6 deletions

View File

@ -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.

View File

@ -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.
"""

View File

@ -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
"""

View File

@ -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