From 7ee211e45d27889011c941da4339cc5cc752be6d Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Tue, 2 May 2006 13:18:43 +0000 Subject: [PATCH] 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 --- docs/middleware.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/middleware.txt b/docs/middleware.txt index 1fec98a39f5..7dfa0f3af7b 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 ===========================