summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2006-12-19 04:37:03 +0000
committerAdrian Holovaty <adrian@holovaty.com>2006-12-19 04:37:03 +0000
commitb3d1ce68ea0a2a99f5b1f106f3fdabc565577c6c (patch)
tree912a8fba941ebba47804b875797df53744bd71ea /docs
parent3a54d0cd5b2868771bdeabd17998d72084e0338e (diff)
Fixed typo in docs/redirects.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4229 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/redirects.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/redirects.txt b/docs/redirects.txt
index e0bcb2f1fa..13f08668c8 100644
--- a/docs/redirects.txt
+++ b/docs/redirects.txt
@@ -63,9 +63,9 @@ Via the Python API
------------------
Redirects are represented by a standard `Django model`_, which lives in
-`django/contrib/redirects/models/redirects.py`_. You can access redirect
+`django/contrib/redirects/models.py`_. You can access redirect
objects via the `Django database API`_.
.. _Django model: http://www.djangoproject.com/documentation/model_api/
-.. _django/contrib/redirects/models/redirects.py: http://code.djangoproject.com/browser/django/trunk/django/contrib/redirects/models/redirects.py
+.. _django/contrib/redirects/models.py: http://code.djangoproject.com/browser/django/trunk/django/contrib/redirects/models.py
.. _Django database API: http://www.djangoproject.com/documentation/db_api/