summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Deacalion Stevens <matt@dirtymonkey.co.uk>2013-07-18 12:53:54 +0100
committerTim Graham <timograham@gmail.com>2013-07-18 08:48:04 -0400
commit5d16e923b65dccf897e384f01fbd3a50a4325deb (patch)
tree3b4bb9dd55eec45f9c134d8d505b0212be02e7aa
parent3f97c33a9ffd0f5102583ac6988f79cb1b839a05 (diff)
[1.5.x] Atom specification URL updated
Changed to the URL of the official RFC for Atom, since Atomenabled.org is just a holding page. Backport of beefc97171 from master
-rw-r--r--docs/ref/contrib/syndication.txt2
-rw-r--r--docs/ref/utils.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/contrib/syndication.txt b/docs/ref/contrib/syndication.txt
index 2955d7dad3..3b3faa9d45 100644
--- a/docs/ref/contrib/syndication.txt
+++ b/docs/ref/contrib/syndication.txt
@@ -17,7 +17,7 @@ you want to generate feeds outside of a Web context, or in some other
lower-level way.
.. _RSS: http://www.whatisrss.com/
-.. _Atom: http://www.atomenabled.org/
+.. _Atom: http://tools.ietf.org/html/rfc4287
The high-level framework
========================
diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt
index eaecfd0e98..b31d6063c4 100644
--- a/docs/ref/utils.txt
+++ b/docs/ref/utils.txt
@@ -441,7 +441,7 @@ Atom1Feed
.. class:: Atom1Feed(SyndicationFeed)
- Spec: http://www.atomenabled.org/developers/syndication/atom-format-spec.php
+ Spec: http://tools.ietf.org/html/rfc4287
``django.utils.functional``
===========================