From 8a135cca4e663ec649d9ef7643ffc2a10e91c781 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 28 Apr 2016 10:09:57 -0400 Subject: [1.9.x] Fixed #26554 -- Updated docs URLs to readthedocs.io Backport of f945fb24a31737c6625205a8cd90eabdf1c33584 from master --- tests/auth_tests/test_handlers.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/auth_tests/test_handlers.py') diff --git a/tests/auth_tests/test_handlers.py b/tests/auth_tests/test_handlers.py index 6228607fae..22e7b14aa1 100644 --- a/tests/auth_tests/test_handlers.py +++ b/tests/auth_tests/test_handlers.py @@ -23,7 +23,7 @@ class ModWsgiHandlerTestCase(TransactionTestCase): def test_check_password(self): """ Verify that check_password returns the correct values as per - https://modwsgi.readthedocs.org/en/develop/user-guides/access-control-mechanisms.html#apache-authentication-provider + https://modwsgi.readthedocs.io/en/develop/user-guides/access-control-mechanisms.html#apache-authentication-provider """ User.objects.create_user('test', 'test@example.com', 'test') @@ -44,7 +44,7 @@ class ModWsgiHandlerTestCase(TransactionTestCase): def test_check_password_custom_user(self): """ Verify that check_password returns the correct values as per - https://modwsgi.readthedocs.org/en/develop/user-guides/access-control-mechanisms.html#apache-authentication-provider + https://modwsgi.readthedocs.io/en/develop/user-guides/access-control-mechanisms.html#apache-authentication-provider with custom user installed """ @@ -62,7 +62,7 @@ class ModWsgiHandlerTestCase(TransactionTestCase): def test_groups_for_user(self): """ Check that groups_for_user returns correct values as per - https://modwsgi.readthedocs.org/en/develop/user-guides/access-control-mechanisms.html#apache-group-authorisation + https://modwsgi.readthedocs.io/en/develop/user-guides/access-control-mechanisms.html#apache-group-authorisation """ user1 = User.objects.create_user('test', 'test@example.com', 'test') User.objects.create_user('test1', 'test1@example.com', 'test1') -- cgit v1.3