summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2006-03-10 03:26:31 +0000
committerAdrian Holovaty <adrian@holovaty.com>2006-03-10 03:26:31 +0000
commit20af3fdd91ea84729e0df4047cabe207dcab906c (patch)
tree483bc35833de8a313cb3cdb2a301846132eb8df5
parent5beb39b896d581940ad3681229e87575aa83174d (diff)
Fixed #1486 -- Fixed broken link in docs/settings.txt. Thanks, paul.amor
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2509 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 bf333da1b8..af277f4ca2 100644
--- a/docs/settings.txt
+++ b/docs/settings.txt
@@ -75,7 +75,7 @@ settings file to use. Do that with ``SetEnv``::
Read the `Django mod_python documentation`_ for more information.
-.. _Django mod_python documentation: http://www.djangoproject.com/documentation/mod_python/
+.. _Django mod_python documentation: http://www.djangoproject.com/documentation/modpython/
Default settings
================