summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2006-12-06 06:43:46 +0000
committerAdrian Holovaty <adrian@holovaty.com>2006-12-06 06:43:46 +0000
commite5de9997e6aecd56066ef7c40016ecf8741a4eb7 (patch)
tree9bebe852c54f6dddfdaadaeba1e191717ca17ac0
parente6d19257bac486583aec5ba502eccd1f8ae8d9f5 (diff)
Fixed #3068 -- Fixed ReST error in docs/settings.txt. Thanks, Antonio Cavedoni
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4167 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--docs/settings.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/settings.txt b/docs/settings.txt
index ff1e2eeca2..00672060db 100644
--- a/docs/settings.txt
+++ b/docs/settings.txt
@@ -830,7 +830,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
---------