diff options
| author | David Smith <39445562+smithdc1@users.noreply.github.com> | 2020-04-20 07:10:13 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-04-20 08:10:42 +0200 |
| commit | 192c1ec5ccd045bde674ed2e9a1a89b84c411cce (patch) | |
| tree | 16f2eaa06b30406b6904e469ba1bd75fabebcd5d /docs/ref | |
| parent | c335f168553d9a664879c99187ee9222bd479f45 (diff) | |
[3.0.x] Updated iTunes podcast format link in syndication docs.
Backport of 201431915925f63da6303dd21ad11088bb004382 from master
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/syndication.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/syndication.txt b/docs/ref/contrib/syndication.txt index 4d2bf806ad..ddafae3c0d 100644 --- a/docs/ref/contrib/syndication.txt +++ b/docs/ref/contrib/syndication.txt @@ -1033,7 +1033,7 @@ attributes. Thus, you can subclass the appropriate feed generator class (``Atom1Feed`` or ``Rss201rev2Feed``) and extend these callbacks. They are: .. _georss: http://georss.org/ -.. _itunes podcast format: https://www.apple.com/itunes/podcasts/specs.html +.. _itunes podcast format: https://help.apple.com/itc/podcasts_connect/#/itcb54353390 ``SyndicationFeed.root_attributes(self)`` Return a ``dict`` of attributes to add to the root feed element |
