From f2aaa3d1d16a6b7f789db054f9636a7ac33184fc Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Tue, 29 May 2007 18:15:24 +0000 Subject: [PATCH] Fixed #4420 -- Fixed broken link in docs/testing.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@5383 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/testing.txt b/docs/testing.txt index d36d5204e26..4a6d5694f58 100644 --- a/docs/testing.txt +++ b/docs/testing.txt @@ -579,7 +579,7 @@ control the particular collation used by the test database with the ``TEST_DATABASE_COLLATION`` setting. Refer to the settings_ documentation for details of these advanced settings. -.. _settings: ../settings.txt +.. _settings: ../settings/ The test database is created by the user in the ``DATABASE_USER`` setting. This user needs to have sufficient privileges to create a new database on the