summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2011-11-04 23:00:37 +0000
committerAdrian Holovaty <adrian@holovaty.com>2011-11-04 23:00:37 +0000
commitaf7688dbec67ca7123aab7e8ead639bb7dbbced1 (patch)
tree5862f3ff5f2e53797438b0387dab98a313faec5b
parent64bfec38e266942de6cc47f48550740bc3a54ced (diff)
Fixed #17164 -- Fixed outdated link to Atom spec in docs/ref/utils.txt. Thanks, George Lund
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17070 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--docs/ref/utils.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt
index bce2f59cd3..0d6e9c6b61 100644
--- a/docs/ref/utils.txt
+++ b/docs/ref/utils.txt
@@ -310,7 +310,7 @@ Atom1Feed
.. class:: Atom1Feed(SyndicationFeed)
- Spec: http://atompub.org/2005/07/11/draft-ietf-atompub-format-10.html
+ Spec: http://www.atomenabled.org/developers/syndication/atom-format-spec.php
``django.utils.functional``
===========================