Merge pull request #1370 from Matt-Stevens/doc-url-fix
Fixed broken Atom URLs in syndication docs
This commit is contained in:
commit
d7ba2bf3cf
|
@ -17,7 +17,7 @@ you want to generate feeds outside of a Web context, or in some other
|
||||||
lower-level way.
|
lower-level way.
|
||||||
|
|
||||||
.. _RSS: http://www.whatisrss.com/
|
.. _RSS: http://www.whatisrss.com/
|
||||||
.. _Atom: http://www.atomenabled.org/
|
.. _Atom: http://tools.ietf.org/html/rfc4287
|
||||||
|
|
||||||
The high-level framework
|
The high-level framework
|
||||||
========================
|
========================
|
||||||
|
|
|
@ -414,7 +414,7 @@ Atom1Feed
|
||||||
|
|
||||||
.. class:: Atom1Feed(SyndicationFeed)
|
.. class:: Atom1Feed(SyndicationFeed)
|
||||||
|
|
||||||
Spec: http://www.atomenabled.org/developers/syndication/atom-format-spec.php
|
Spec: http://tools.ietf.org/html/rfc4287
|
||||||
|
|
||||||
``django.utils.functional``
|
``django.utils.functional``
|
||||||
===========================
|
===========================
|
||||||
|
|
Loading…
Reference in New Issue