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:47:58 -0400
commitfcd5f3a8d906e118f818b9f1409cbbccda57ae8e (patch)
treead3697173d57c803d73fe0fb8962a40b273c1563
parent1641aa7119f72fda2247a0a023b507c272ce5ba8 (diff)
[1.6.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 51d038d187..80a7afb35f 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 15f65c121f..6451a65745 100644
--- a/docs/ref/utils.txt
+++ b/docs/ref/utils.txt
@@ -439,7 +439,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``
===========================