summaryrefslogtreecommitdiff
path: root/docs/sitemaps.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/sitemaps.txt')
-rw-r--r--docs/sitemaps.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sitemaps.txt b/docs/sitemaps.txt
index 550f448de1..1d4fba2626 100644
--- a/docs/sitemaps.txt
+++ b/docs/sitemaps.txt
@@ -21,7 +21,7 @@ you express this information in Python code.
It works much like Django's `syndication framework`_. To create a sitemap, just
write a ``Sitemap`` class and point to it in your URLconf_.
-.. _syndication framework: ../syndication/
+.. _syndication framework: ../syndication_feeds/
.. _URLconf: ../url_dispatch/
Installation