summaryrefslogtreecommitdiff
path: root/tests/test_sqlite.py
diff options
context:
space:
mode:
authorJulien Phalip <jphalip@gmail.com>2011-12-14 14:49:00 +0000
committerJulien Phalip <jphalip@gmail.com>2011-12-14 14:49:00 +0000
commit46c1d1551fce77323b3de477fe63aab0dbcf0257 (patch)
tree1889628be0cbd2db650cc52b5820d98aa8e45d67 /tests/test_sqlite.py
parenta935d436e9e11e1801ca5e9421a055e1f04eb125 (diff)
downloaddjango-46c1d1551fce77323b3de477fe63aab0dbcf0257.tar.gz
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
Diffstat (limited to 'tests/test_sqlite.py')
-rw-r--r--tests/test_sqlite.py2
1 files changed, 1 insertions, 1 deletions
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