From 46c1d1551fce77323b3de477fe63aab0dbcf0257 Mon Sep 17 00:00:00 2001 From: Julien Phalip Date: Wed, 14 Dec 2011 14:49:00 +0000 Subject: [PATCH] Fixed a url to the contributing guide in a code comment. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17201 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- tests/test_sqlite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_sqlite.py b/tests/test_sqlite.py index de8bf9339c..17e786f4ff 100644 --- a/tests/test_sqlite.py +++ b/tests/test_sqlite.py @@ -5,7 +5,7 @@ # NAME and potentially authentication information. See the # following section in the docs for more information: # -# http://docs.djangoproject.com/en/dev/internals/contributing/#unit-tests +# https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/unit-tests/ # # The different databases that Django supports behave differently in certain # situations, so it is recommended to run the test suite against as many