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:11 -0400
commitdfe36f10dfecdf0ac54d0a7d3d242e5c8e69e391 (patch)
tree6f1b8f601c55c1188a0a2d1fef6a962abf05380c
parent6b4b18e7e217acaa35f2d45d97121105f28e3aad (diff)
[1.4.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 754ac5843b..7497bbef95 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 dd86b3a7b1..9dd0739c39 100644
--- a/docs/ref/utils.txt
+++ b/docs/ref/utils.txt
@@ -376,7 +376,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``
===========================