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: I5e106592e0df1d8cdb058e578cc423123f6a5b47
This commit is contained in:
melissaml 2018-04-21 12:12:20 +08:00
parent 9837c5ef98
commit 93d87e25ec
2 changed files with 2 additions and 2 deletions

View File

@ -26,4 +26,4 @@ or
* https://wiki.openstack.org/wiki/Testr
.. _testrepository: https://pypi.python.org/pypi/testrepository
.. _testrepository: https://pypi.org/project/testrepository

View File

@ -72,7 +72,7 @@ class BaseTestCase(testtools.TestCase):
workaround is to overload the ``_fake_logs`` function in a base class but
this will deactivate fake logging globally.
.. _fixtures: https://pypi.python.org/pypi/fixtures
.. _fixtures: https://pypi.org/project/fixtures
"""