summaryrefslogtreecommitdiff
path: root/docs/ref/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/contrib')
-rw-r--r--docs/ref/contrib/gis/feeds.txt2
-rw-r--r--docs/ref/contrib/syndication.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/contrib/gis/feeds.txt b/docs/ref/contrib/gis/feeds.txt
index 8705d51815..644391f9c6 100644
--- a/docs/ref/contrib/gis/feeds.txt
+++ b/docs/ref/contrib/gis/feeds.txt
@@ -13,7 +13,7 @@ Django's, please consult :doc:`Django's syndication documentation
.. _W3C Geo: https://www.w3.org/2003/01/geo/
-__ http://georss.org/simple.html
+__ https://georss.org
Example
=======
diff --git a/docs/ref/contrib/syndication.txt b/docs/ref/contrib/syndication.txt
index c71cd53a99..db3884d23f 100644
--- a/docs/ref/contrib/syndication.txt
+++ b/docs/ref/contrib/syndication.txt
@@ -1048,7 +1048,7 @@ and there are a set of methods that ``SyndicationFeed`` calls to get these extra
attributes. Thus, you can subclass the appropriate feed generator class
(``Atom1Feed`` or ``Rss201rev2Feed``) and extend these callbacks. They are:
-.. _georss: http://georss.org/
+.. _georss: https://georss.org
.. _itunes podcast format: https://help.apple.com/itc/podcasts_connect/#/itcb54353390
``SyndicationFeed.root_attributes(self)``