summaryrefslogtreecommitdiff
path: root/docs/settings.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2007-04-24 05:58:03 +0000
committerAdrian Holovaty <adrian@holovaty.com>2007-04-24 05:58:03 +0000
commit39aa40d108c4680f9efbb148bfa52801ccc10ff3 (patch)
treee464e8945065eea0ae670ccca2edb3ed025a5c6d /docs/settings.txt
parent53eddd4a0f8786e23f511a653d8d7ffa947ad8db (diff)
Fixed #4133 -- Fixed broken links in docs. Thanks, Gary Wilson
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5064 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/settings.txt')
-rw-r--r--docs/settings.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/settings.txt b/docs/settings.txt
index 45bdfa573d..35a6cc22e6 100644
--- a/docs/settings.txt
+++ b/docs/settings.txt
@@ -874,7 +874,7 @@ Default: ``Django/<version> (http://www.djangoproject.com/)``
The string to use as the ``User-Agent`` header when checking to see if URLs
exist (see the ``verify_exists`` option on URLField_).
-.. _URLField: ../model_api/#urlfield
+.. _URLField: ../model-api/#urlfield
USE_ETAGS
---------