summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhangzs <zhangzhaoshan@inspur.com>2018-06-13 10:57:58 +0800
committerzhangzs <zhangzhaoshan@inspur.com>2018-06-13 10:58:51 +0800
commitd197f43dcb4ff3847e0fcefdc1a660f89711f081 (patch)
tree60c11fcbc6afe6c3b7c45a7e7fe9f2efe67d7b97
parent1db2745d62d9b80e55233508556ffcf83493bfc9 (diff)
downloadtaskflow-d197f43dcb4ff3847e0fcefdc1a660f89711f081.tar.gz
replace http with https
Change-Id: Ic01648cae18bf674cf5ee2753043dac7c5fc9ed0
-rw-r--r--CONTRIBUTING.rst4
-rw-r--r--README.rst8
-rw-r--r--doc/source/index.rst2
-rw-r--r--doc/source/user/index.rst4
4 files changed, 9 insertions, 9 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 2762e80..ed7f0b6 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -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.
diff --git a/README.rst b/README.rst
index 0dcdae1..cbf07b9 100644
--- a/README.rst
+++ b/README.rst
@@ -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/
diff --git a/doc/source/index.rst b/doc/source/index.rst
index d292173..9c46a3b 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -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::
diff --git a/doc/source/user/index.rst b/doc/source/user/index.rst
index 8bde08d..9998215 100644
--- a/doc/source/user/index.rst
+++ b/doc/source/user/index.rst
@@ -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