summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/user/debugging.rst2
-rw-r--r--oslotest/base.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/user/debugging.rst b/doc/source/user/debugging.rst
index 0ddc942..7b9fb1f 100644
--- a/doc/source/user/debugging.rst
+++ b/doc/source/user/debugging.rst
@@ -26,4 +26,4 @@ or
* https://wiki.openstack.org/wiki/Testr
-.. _testrepository: https://pypi.python.org/pypi/testrepository
+.. _testrepository: https://pypi.org/project/testrepository
diff --git a/oslotest/base.py b/oslotest/base.py
index b5f14d0..144e72e 100644
--- a/oslotest/base.py
+++ b/oslotest/base.py
@@ -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
"""