diff --git a/specs/kilo/long-lived-transactionalized-db-fixtures.rst b/specs/kilo/long-lived-transactionalized-db-fixtures.rst index 1e9f073..90644f4 100644 --- a/specs/kilo/long-lived-transactionalized-db-fixtures.rst +++ b/specs/kilo/long-lived-transactionalized-db-fixtures.rst @@ -212,7 +212,7 @@ Fixture Integration ------------------- The provisioning system will be integrated into the test suite by taking -advantage of the `testresources `_ +advantage of the `testresources `_ library, which provides a system of allocating resources that may last across the span of multiple tests. ``testresources`` works by maintaining the state of various resources @@ -249,7 +249,7 @@ Scenarios --------- Scenarios refers to the use of a tool like `testscenarios -`_, so that individual +`_, so that individual tests can be run multiple times against different backends. The existing Opportunistic fixture system will be enhanced such that the "DRIVER" attribute, which refers right now to a single type of diff --git a/specs/liberty/adding-kafka-support.rst b/specs/liberty/adding-kafka-support.rst index 4701d5e..3875b02 100644 --- a/specs/liberty/adding-kafka-support.rst +++ b/specs/liberty/adding-kafka-support.rst @@ -143,7 +143,7 @@ Dependencies Kafka python package -* https://pypi.python.org/pypi/kafka-python +* https://pypi.org/project/kafka-python References ========== diff --git a/specs/liberty/adopt-futurist.rst b/specs/liberty/adopt-futurist.rst index 9ef522b..911770c 100644 --- a/specs/liberty/adopt-futurist.rst +++ b/specs/liberty/adopt-futurist.rst @@ -230,10 +230,10 @@ N/A .. _eventlet: http://eventlet.net/ .. _here: https://github.com/harlowja/futurist -.. _six: https://pypi.python.org/pypi/six -.. _oslo.messaging: https://pypi.python.org/pypi/oslo.messaging -.. _oslo.utils: https://pypi.python.org/pypi/oslo.utils +.. _six: https://pypi.org/project/six +.. _oslo.messaging: https://pypi.org/project/oslo.messaging +.. _oslo.utils: https://pypi.org/project/oslo.utils .. _pbr: http://docs.openstack.org/developer/pbr/ .. _taskflow: http://docs.openstack.org/developer/taskflow/ -.. _futures backport: https://pypi.python.org/pypi/futures +.. _futures backport: https://pypi.org/project/futures .. _futures: https://docs.python.org/dev/library/concurrent.futures.html diff --git a/specs/ocata/failure-remoting.rst b/specs/ocata/failure-remoting.rst index 85f43ce..abc87c5 100644 --- a/specs/ocata/failure-remoting.rst +++ b/specs/ocata/failure-remoting.rst @@ -331,7 +331,7 @@ work). Proposed change =============== -Create a new library, https://pypi.python.org/pypi/failure (or other better +Create a new library, https://pypi.org/project/failure (or other better named library) that encompasses the combination of the 3-4 models described above. @@ -405,7 +405,7 @@ would also allow for re-raising this pure python trackback and frame representation as an actual traceback, although this may not be a reasonable expectation). -.. _traceback2: https://pypi.python.org/pypi/traceback2/ +.. _traceback2: https://pypi.org/project/traceback2/ Alternatives ------------