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:
+2
-2
@@ -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
@@ -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.
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user