From af7688dbec67ca7123aab7e8ead639bb7dbbced1 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Fri, 4 Nov 2011 23:00:37 +0000 Subject: [PATCH] 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 --- docs/ref/utils.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`` ===========================