Update various links in docs
Avoid redirects, s/http/https/. Change-Id: Id03bd49f250b48109967a0e04b92b75925f08932
This commit is contained in:
@@ -334,8 +334,8 @@ the claim by then, therefore both would be *working* on a job.
|
||||
(combine this with the prior suggestions and *most* dual-engine issues
|
||||
should be avoided).
|
||||
|
||||
.. _idempotent: http://en.wikipedia.org/wiki/Idempotence
|
||||
.. _preemptable: http://en.wikipedia.org/wiki/Preemption_%28computing%29
|
||||
.. _idempotent: https://en.wikipedia.org/wiki/Idempotence
|
||||
.. _preemptable: https://en.wikipedia.org/wiki/Preemption_%28computing%29
|
||||
|
||||
Interfaces
|
||||
==========
|
||||
@@ -367,6 +367,6 @@ Hierarchy
|
||||
|
||||
.. _paradigm shift: https://wiki.openstack.org/wiki/TaskFlow/Paradigm_shifts#Workflow_ownership_transfer
|
||||
.. _zookeeper: http://zookeeper.apache.org/
|
||||
.. _kazoo: http://kazoo.readthedocs.org/
|
||||
.. _kazoo: https://kazoo.readthedocs.io/en/latest/
|
||||
.. _stevedore: https://docs.openstack.org/stevedore/latest
|
||||
.. _redis: http://redis.io/
|
||||
.. _redis: https://redis.io/
|
||||
|
||||
@@ -235,7 +235,7 @@ version TEXT False
|
||||
parent_uuid VARCHAR False
|
||||
=========== ======== =============
|
||||
|
||||
.. _sqlalchemy: http://www.sqlalchemy.org/docs/
|
||||
.. _sqlalchemy: https://docs.sqlalchemy.org/en/latest/
|
||||
.. _ACID: https://en.wikipedia.org/wiki/ACID
|
||||
|
||||
.. note::
|
||||
@@ -254,8 +254,8 @@ parent_uuid VARCHAR False
|
||||
``traditional`` when selecting your mysql + sqlalchemy based
|
||||
backend (see the `mysql modes`_ documentation for what this implies).
|
||||
|
||||
.. _1416088: http://bugs.launchpad.net/taskflow/+bug/1416088
|
||||
.. _mysql modes: http://dev.mysql.com/doc/refman/5.0/en/sql-mode.html
|
||||
.. _1416088: https://bugs.launchpad.net/taskflow/+bug/1416088
|
||||
.. _mysql modes: https://dev.mysql.com/doc/refman/8.0/en/sql-mode.html
|
||||
|
||||
Zookeeper
|
||||
---------
|
||||
@@ -276,7 +276,7 @@ as the database connection types listed previously).
|
||||
for implementation details.
|
||||
|
||||
.. _zookeeper: http://zookeeper.apache.org
|
||||
.. _kazoo: http://kazoo.readthedocs.org/
|
||||
.. _kazoo: https://kazoo.readthedocs.io/en/latest/
|
||||
|
||||
Interfaces
|
||||
==========
|
||||
|
||||
Reference in New Issue
Block a user