replace http with https

Change-Id: Ic01648cae18bf674cf5ee2753043dac7c5fc9ed0
This commit is contained in:
zhangzs 2018-06-13 10:57:58 +08:00
parent 1db2745d62
commit d197f43dcb
4 changed files with 9 additions and 9 deletions

View File

@ -1,13 +1,13 @@
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
Once those steps have been completed, changes to OpenStack
should be submitted for review via the Gerrit tool, following
the workflow 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.

View File

@ -69,9 +69,9 @@ We also have sphinx documentation in ``docs/source``.
$ python setup.py build_sphinx
.. _kazoo: http://kazoo.readthedocs.org/
.. _sqlalchemy: http://www.sqlalchemy.org/
.. _kombu: http://kombu.readthedocs.org/
.. _kazoo: https://kazoo.readthedocs.org/
.. _sqlalchemy: https://www.sqlalchemy.org/
.. _kombu: https://kombu.readthedocs.org/
.. _eventlet: http://eventlet.net/
.. _tox: http://tox.testrun.org/
.. _tox: https://tox.testrun.org/
.. _developer documentation: https://docs.openstack.org/taskflow/latest/

View File

@ -8,7 +8,7 @@ consistent and reliable.* [#f1]_
.. note::
If you are just getting started or looking for an overview please
visit: http://wiki.openstack.org/wiki/TaskFlow which provides better
visit: https://wiki.openstack.org/wiki/TaskFlow which provides better
introductory material, description of high level goals and related content.
.. toctree::

View File

@ -19,8 +19,8 @@ TaskFlow into your project:
by adding or adjusting functionality in this library.
.. _IRC: irc://chat.freenode.net/openstack-state-management
.. _best practices: http://wiki.openstack.org/wiki/TaskFlow/Best_practices
.. _paradigm shifts: http://wiki.openstack.org/wiki/TaskFlow/Paradigm_shifts
.. _best practices: https://wiki.openstack.org/wiki/TaskFlow/Best_practices
.. _paradigm shifts: https://wiki.openstack.org/wiki/TaskFlow/Paradigm_shifts
.. _openstack-dev: mailto:openstack-dev@lists.openstack.org
User Guide