summaryrefslogtreecommitdiff
path: root/docs/ref/utils.txt
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2015-11-29 08:29:46 -0800
committerTim Graham <timograham@gmail.com>2015-12-01 08:03:16 -0500
commitbf76cf07e0e0713020974f47dacfaddcedbe1abf (patch)
tree25d3659624b41be8315d418c577a7b529b4d8ae6 /docs/ref/utils.txt
parentb4074102328180dd53ecc5a03b0afa1322024036 (diff)
[1.9.x] Fixed #25778 -- Updated docs links to use https when available.
Backport of 7aabd6238028f4bb78d0687bbccc97bcf634e28b from master
Diffstat (limited to 'docs/ref/utils.txt')
-rw-r--r--docs/ref/utils.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt
index 1e55875150..3179a5527d 100644
--- a/docs/ref/utils.txt
+++ b/docs/ref/utils.txt
@@ -333,13 +333,13 @@ For simplifying the selection of a generator use ``feedgenerator.DefaultFeed``
which is currently ``Rss201rev2Feed``
For definitions of the different versions of RSS, see:
-http://web.archive.org/web/20110718035220/http://diveintomark.org/archives/2004/02/04/incompatible-rss
+https://web.archive.org/web/20110718035220/http://diveintomark.org/archives/2004/02/04/incompatible-rss
.. function:: get_tag_uri(url, date)
Creates a TagURI.
- See http://web.archive.org/web/20110514113830/http://diveintomark.org/archives/2004/05/28/howto-atom-id
+ See https://web.archive.org/web/20110514113830/http://diveintomark.org/archives/2004/05/28/howto-atom-id
SyndicationFeed
---------------
@@ -425,7 +425,7 @@ Rss201rev2Feed
.. class:: Rss201rev2Feed(RssFeed)
- Spec: http://cyber.law.harvard.edu/rss/rss.html
+ Spec: https://cyber.law.harvard.edu/rss/rss.html
RssUserland091Feed
------------------
@@ -439,7 +439,7 @@ Atom1Feed
.. class:: Atom1Feed(SyndicationFeed)
- Spec: http://tools.ietf.org/html/rfc4287
+ Spec: https://tools.ietf.org/html/rfc4287
``django.utils.functional``
===========================