diff options
| author | Tim Graham <timograham@gmail.com> | 2013-07-18 05:47:33 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-07-18 05:47:33 -0700 |
| commit | d7ba2bf3cfdf706d9628d86f3c10e5a430f37593 (patch) | |
| tree | e57d7b15b576a8aaf408d7721690da87d0ad8060 | |
| parent | fd95dc9e2719e5950f5339fbd48ea0819a6d8774 (diff) | |
| parent | beefc9717119d7f287005a5f12f6398645f00f27 (diff) | |
Merge pull request #1370 from Matt-Stevens/doc-url-fix
Fixed broken Atom URLs in syndication docs
| -rw-r--r-- | docs/ref/contrib/syndication.txt | 2 | ||||
| -rw-r--r-- | docs/ref/utils.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/contrib/syndication.txt b/docs/ref/contrib/syndication.txt index 51d038d187..80a7afb35f 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 ======================== diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt index 38c2bb322b..8e8cf14d6c 100644 --- a/docs/ref/utils.txt +++ b/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`` =========================== |
