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:01:34 -0500
commit7aabd6238028f4bb78d0687bbccc97bcf634e28b (patch)
tree8bf67912d9154f1420574c9f22bc75d9fe2f2de0 /docs/ref/utils.txt
parent51a37213721e5689f17809990a9e7c38f1c8baf8 (diff)
Fixed #25778 -- Updated docs links to use https when available.
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 f5b2331cad..0a7dfd43de 100644
--- a/docs/ref/utils.txt
+++ b/docs/ref/utils.txt
@@ -327,13 +327,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
---------------
@@ -419,7 +419,7 @@ Rss201rev2Feed
.. class:: Rss201rev2Feed(RssFeed)
- Spec: http://cyber.law.harvard.edu/rss/rss.html
+ Spec: https://cyber.law.harvard.edu/rss/rss.html
RssUserland091Feed
------------------
@@ -433,7 +433,7 @@ Atom1Feed
.. class:: Atom1Feed(SyndicationFeed)
- Spec: http://tools.ietf.org/html/rfc4287
+ Spec: https://tools.ietf.org/html/rfc4287
``django.utils.functional``
===========================