diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2015-11-29 08:29:46 -0800 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-12-01 08:01:34 -0500 |
| commit | 7aabd6238028f4bb78d0687bbccc97bcf634e28b (patch) | |
| tree | 8bf67912d9154f1420574c9f22bc75d9fe2f2de0 /docs/ref/files | |
| parent | 51a37213721e5689f17809990a9e7c38f1c8baf8 (diff) | |
Fixed #25778 -- Updated docs links to use https when available.
Diffstat (limited to 'docs/ref/files')
| -rw-r--r-- | docs/ref/files/uploads.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
