Update and replace http with https for doc links in cyborg

1) Update doc links according to OpenStack document migration
2) Use https instead of http for docs links

Change-Id: I5644f38cf56f1e3b6a31252523a3bf28248e9f08
This commit is contained in:
shangxiaobj
2017-09-12 22:46:46 -07:00
parent c5e5fb5ddf
commit f454e41bf6
4 changed files with 5 additions and 5 deletions
+2 -2
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.
+1 -1
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.
+1 -1
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
+1 -1
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