Merge "Trivial: Update pypi url to new url"

This commit is contained in:
Zuul 2018-04-26 17:37:22 +00:00 committed by Gerrit Code Review
commit 325d0c17a4
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
"""