1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Updated obsolete links in the documentation

This commit is contained in:
Claude Paroz
2012-06-28 10:49:07 +02:00
parent c8928b91b5
commit 8a5d1a6b93
28 changed files with 53 additions and 54 deletions

View File

@@ -246,13 +246,13 @@ For simplifying the selection of a generator use ``feedgenerator.DefaultFeed``
which is currently ``Rss201rev2Feed``
For definitions of the different versions of RSS, see:
http://diveintomark.org/archives/2004/02/04/incompatible-rss
http://web.archive.org/web/20110718035220/http://diveintomark.org/archives/2004/02/04/incompatible-rss
.. function:: get_tag_uri(url, date)
Creates a TagURI.
See http://diveintomark.org/archives/2004/05/28/howto-atom-id
See http://web.archive.org/web/20110514113830/http://diveintomark.org/archives/2004/05/28/howto-atom-id
SyndicationFeed
---------------
@@ -330,7 +330,7 @@ Rss201rev2Feed
.. class:: Rss201rev2Feed(RssFeed)
Spec: http://blogs.law.harvard.edu/tech/rss
Spec: http://cyber.law.harvard.edu/rss/rss.html
RssUserland091Feed
------------------