summaryrefslogtreecommitdiff
path: root/docs/ref/contrib
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 /docs/ref/contrib
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
Diffstat (limited to 'docs/ref/contrib')
-rw-r--r--docs/ref/contrib/syndication.txt2
1 files changed, 1 insertions, 1 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
========================