summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2022-03-29 07:46:08 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2022-03-29 07:46:55 +0200
commit0da90533f2bc66e9cf54e9b9795ecbbdc2618bd6 (patch)
treede429895417ef777e4ef56b87f582ed0c54309cd /docs/ref
parent7f69c0d9f7ab830a69aef3b218d0888118844e61 (diff)
[4.0.x] Updated various links to HTTPS and new locations.
Backport of 010a9d8a4f45252b908337988690c3fad138e334 from main
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/gis/feeds.txt2
-rw-r--r--docs/ref/contrib/syndication.txt2
-rw-r--r--docs/ref/unicode.txt2
3 files changed, 3 insertions, 3 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)``
diff --git a/docs/ref/unicode.txt b/docs/ref/unicode.txt
index d35476ada7..cf0f9d3e0e 100644
--- a/docs/ref/unicode.txt
+++ b/docs/ref/unicode.txt
@@ -28,7 +28,7 @@ able to store certain characters in the database, and information will be lost.
for internal encoding.
.. _MySQL manual: https://dev.mysql.com/doc/refman/en/charset-database.html
-.. _PostgreSQL manual: https://www.postgresql.org/docs/current/multibyte.html#id-1.6.10.5.6
+.. _PostgreSQL manual: https://www.postgresql.org/docs/current/multibyte.html#id-1.6.11.5.6
.. _Oracle manual: https://docs.oracle.com/en/database/oracle/oracle-database/18/nlspg/index.html
.. _section 2: https://docs.oracle.com/en/database/oracle/oracle-database/18/nlspg/choosing-character-set.html
.. _section 11: https://docs.oracle.com/en/database/oracle/oracle-database/18/nlspg/character-set-migration.html