summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2006-05-02 13:18:43 +0000
committerAdrian Holovaty <adrian@holovaty.com>2006-05-02 13:18:43 +0000
commit7ee211e45d27889011c941da4339cc5cc752be6d (patch)
treec9c6a1c10034f8e5bcd7b4ea305b614dc42f5ca5 /docs
parenta4b2c109324bcab4297ddb074eeda7173b14db66 (diff)
Fixed #1739 -- Fixed typo in link in docs/middleware.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2814 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/middleware.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/middleware.txt b/docs/middleware.txt
index 1fec98a39f..7dfa0f3af7 100644
--- a/docs/middleware.txt
+++ b/docs/middleware.txt
@@ -126,7 +126,7 @@ the same transaction control as the view functions.
See the `transaction management documentation`_.
-.. _`transaction management documentation`: http://www.djangoproject.com/documentation/transaction/
+.. _`transaction management documentation`: http://www.djangoproject.com/documentation/transactions/
Writing your own middleware
===========================