Trivial: Update pypi url to new url

Pypi url changed from [1] to [2]

[1] https://pypi.python.org/pypi/<package>
[2] https://pypi.org/project/<package>

Change-Id: I2051d173f99cbccc9386ce76ad6c1c8317377e4b
This commit is contained in:
melissaml 2018-04-21 09:11:08 +08:00
parent 88c92b8468
commit 5693e90f9b
1 changed files with 1 additions and 1 deletions

View File

@ -470,7 +470,7 @@ Any class use ``receives`` must be decorated with ``has_registry_receivers``.
Testing with callbacks
----------------------
A python `fixture <https://pypi.python.org/pypi/fixtures>`_ is provided for implementations that need to
A python `fixture <https://pypi.org/project/fixtures>`_ is provided for implementations that need to
unit test and mock the callback registry. This can be used for example, when your code publishes callback events
that you need to verify. Consumers can use ``neutron_lib.tests.unit.callbacks.base.CallbackRegistryFixture``
in their unit test classes with the ``useFixture()`` method passing along a ``CallbackRegistryFixture`` instance.