summaryrefslogtreecommitdiff
path: root/docs/ref/request-response.txt
diff options
context:
space:
mode:
authorKaren Tracey <kmtracey@gmail.com>2008-11-01 19:02:09 +0000
committerKaren Tracey <kmtracey@gmail.com>2008-11-01 19:02:09 +0000
commitd4f4ab853532c0b541e640eb2e3f5ec17f0b9dd6 (patch)
tree7cb00cfe04713a77a174542e002aaa430b959b3d /docs/ref/request-response.txt
parent8955a085a5b2cb9dd4a41c22fbb90c527e5b55f2 (diff)
Fixed #9487 -- Corrected several links into the Python docs that were broken by the recent Python docs refactor.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9312 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/request-response.txt')
-rw-r--r--docs/ref/request-response.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt
index 262b1276dc..18b8f665a5 100644
--- a/docs/ref/request-response.txt
+++ b/docs/ref/request-response.txt
@@ -499,7 +499,7 @@ Methods
calendars.lawrence.com. Otherwise, a cookie will only be readable by
the domain that set it.
- .. _`cookie Morsel`: http://www.python.org/doc/current/lib/morsel-objects.html
+ .. _`cookie Morsel`: http://docs.python.org/library/cookie.html#Cookie.Morsel
.. method:: HttpResponse.delete_cookie(key, path='/', domain=None)