[doc] Replace http with https
Replaces some occurrences of http with https in order to preserve the security zone behavior and ensure that resources are referenced/accessed via https. This doesn't replace all occurrences because some of the URLs in our docs need to be changed. Change-Id: Ia1fcd7cb8d1bbec0f7380293445220c7e7b3a43c
This commit is contained in:
parent
0011a7726c
commit
24272f67c9
@ -1,7 +1,7 @@
|
||||
If you would like to contribute to the development of OpenStack,
|
||||
you must follow the steps documented at:
|
||||
|
||||
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.
|
||||
|
||||
|
@ -2,8 +2,8 @@
|
||||
Team and repository tags
|
||||
========================
|
||||
|
||||
.. image:: http://governance.openstack.org/badges/ironic.svg
|
||||
:target: http://governance.openstack.org/reference/tags/index.html
|
||||
.. image:: https://governance.openstack.org/badges/ironic.svg
|
||||
:target: https://governance.openstack.org/reference/tags/index.html
|
||||
|
||||
.. Change things from this point on
|
||||
|
||||
|
@ -332,4 +332,4 @@ to allow it to be scheduled by nova.
|
||||
The node will begin automated cleaning from the start, and move to
|
||||
``available`` state when complete.
|
||||
|
||||
.. _`Configure the Bare Metal service for cleaning`: http://docs.openstack.org/project-install-guide/baremetal/draft/configure-cleaning.html
|
||||
.. _`Configure the Bare Metal service for cleaning`: https://docs.openstack.org/project-install-guide/baremetal/draft/configure-cleaning.html
|
||||
|
@ -91,4 +91,4 @@ The following sequence of commands can be used to enroll a UCS Standalone node.
|
||||
|
||||
For more information about enrolling nodes see `Enrolling a node`_ in the install guide.
|
||||
|
||||
.. _`Enrolling a node`: http://docs.openstack.org/project-install-guide/baremetal/draft/enrollment.html#enrolling-a-node
|
||||
.. _`Enrolling a node`: https://docs.openstack.org/project-install-guide/baremetal/draft/enrollment.html#enrolling-a-node
|
||||
|
Loading…
Reference in New Issue
Block a user