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:03:16 -0500 |
| commit | bf76cf07e0e0713020974f47dacfaddcedbe1abf (patch) | |
| tree | 25d3659624b41be8315d418c577a7b529b4d8ae6 /docs/ref/files | |
| parent | b4074102328180dd53ecc5a03b0afa1322024036 (diff) | |
[1.9.x] Fixed #25778 -- Updated docs links to use https when available.
Backport of 7aabd6238028f4bb78d0687bbccc97bcf634e28b from master
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 8bbdb161c3..daf2b8e90c 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 |
