mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Updated various links to HTTPS and new locations.
This commit is contained in:
parent
eb07b5be0c
commit
010a9d8a4f
7 changed files with 12 additions and 12 deletions
|
@ -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
|
||||
=======
|
||||
|
|
|
@ -1043,7 +1043,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)``
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue