From 96f97691ad5e1483263cea3bb4e4021b4c8dcc41 Mon Sep 17 00:00:00 2001 From: Ville Skyttä Date: Thu, 16 Jun 2016 04:20:23 +0300 Subject: Fixed broken links in docs and comments. --- django/http/response.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'django/http') diff --git a/django/http/response.py b/django/http/response.py index f91a46bbbe..c63b446b21 100644 --- a/django/http/response.py +++ b/django/http/response.py @@ -240,7 +240,7 @@ class HttpResponseBase(six.Iterator): return force_bytes(value, self.charset) # These methods partially implement the file-like object interface. - # See http://docs.python.org/lib/bltin-file-objects.html + # See https://docs.python.org/3/library/io.html#io.IOBase # The WSGI server must call this method upon completion of the request. # See http://blog.dscpl.com.au/2012/10/obligations-for-calling-close-on.html -- cgit v1.3