Merge "Update and replace http with https for doc links in cyborg"

This commit is contained in:
Jenkins 2017-09-13 15:59:20 +00:00 committed by Gerrit Code Review
commit 10392352f2
4 changed files with 5 additions and 5 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
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.

View File

@ -1,7 +1,7 @@
cyborg Style Commandments
===============================================
If you haven't already done so read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/
If you haven't already done so read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/
Before you commit your code run tox against your patch using the command.

View File

@ -3,7 +3,7 @@ Contributing
============
Contributions are most welcome! You must first create a
Launchpad account and `follow the instructions here <http://docs.openstack.org/infra/manual/developers.html#account-setup>`_
Launchpad account and `follow the instructions here <https://docs.openstack.org/infra/manual/developers.html#account-setup>`_
to get started as a new OpenStack contributor.
Once you've signed the contributor license agreement and read through

View File

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