From 7aabd6238028f4bb78d0687bbccc97bcf634e28b Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sun, 29 Nov 2015 08:29:46 -0800 Subject: Fixed #25778 -- Updated docs links to use https when available. --- docs/ref/files/uploads.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref/files') diff --git a/docs/ref/files/uploads.txt b/docs/ref/files/uploads.txt index 3304363b90..028e7a6875 100644 --- a/docs/ref/files/uploads.txt +++ b/docs/ref/files/uploads.txt @@ -63,7 +63,7 @@ Here are some useful attributes of ``UploadedFile``: handler may not receive the uploaded file content, but instead a URL or other pointer to the file. (see `RFC 2388`_ section 5.3). - .. _RFC 2388: http://www.ietf.org/rfc/rfc2388.txt + .. _RFC 2388: https://www.ietf.org/rfc/rfc2388.txt .. attribute:: UploadedFile.charset -- cgit v1.3