Browse Source

Atom specification URL updated

Changed to the URL of the official RFC for Atom, since Atomenabled.org
is just a holding page.
Matt Deacalion Stevens 11 years ago
parent
commit
beefc97171
2 changed files with 2 additions and 2 deletions
  1. 1 1
      docs/ref/contrib/syndication.txt
  2. 1 1
      docs/ref/utils.txt

+ 1 - 1
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
 ========================

+ 1 - 1
docs/ref/utils.txt

@@ -414,7 +414,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``
 ===========================