Update and replace http with https for doc links
1) Update doc links according to OpenStack document migration 2) Use https instead of http for docs links Change-Id: Icf10fb8f00c49bc9027212501e2fa59becfc3a1c
This commit is contained in:
parent
dcc5a473c7
commit
598ccc0eca
@ -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-lib.svg
|
||||
:target: http://governance.openstack.org/reference/tags/index.html
|
||||
.. image:: https://governance.openstack.org/tc/badges/ironic-lib.svg
|
||||
:target: https://governance.openstack.org/tc/reference/tags/index.html
|
||||
|
||||
.. Change things from this point on
|
||||
|
||||
@ -15,7 +15,7 @@ Overview
|
||||
--------
|
||||
|
||||
A common library to be used **exclusively** by projects under the `Ironic
|
||||
governance <http://governance.openstack.org/reference/projects/ironic.html>`_.
|
||||
governance <https://governance.openstack.org/tc/reference/projects/ironic.html>`_.
|
||||
|
||||
Running Tests
|
||||
-------------
|
||||
|
@ -8,7 +8,7 @@ Overview
|
||||
Ironic-lib is a library for use by projects under Bare Metal governance only.
|
||||
This documentation is intended for developer use only. If you are looking for
|
||||
documentation for deployers, please see the
|
||||
`ironic documentation <http://docs.openstack.org/ironic>`_.
|
||||
`ironic documentation <https://docs.openstack.org/ironic/latest/>`_.
|
||||
|
||||
Metrics
|
||||
=======
|
||||
|
@ -5,7 +5,7 @@ Ironic-lib Documentation
|
||||
Ironic-lib is a library for use by projects under Bare Metal governance only.
|
||||
This documentation is intended for developer use only. If you are looking for
|
||||
documentation for deployers, please see the
|
||||
`ironic documentation <http://docs.openstack.org/ironic/latest/admin/>`_.
|
||||
`ironic documentation <https://docs.openstack.org/ironic/latest/admin/>`_.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
Loading…
Reference in New Issue
Block a user