summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-03-08 13:15:58 -0500
committerTim Graham <timograham@gmail.com>2016-03-08 13:16:11 -0500
commit09e5409cb5b7ed427d4c751fbe2594b485794104 (patch)
treec44ec3b15c476aed010e3f28aa0e352b3fd0b0c9
parent5ca045cd25be692e5908550e9ae903da1925f60e (diff)
Fixed a dead link in django/contrib/sitemaps/__init__.py.
-rw-r--r--django/contrib/sitemaps/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/sitemaps/__init__.py b/django/contrib/sitemaps/__init__.py
index dbbb1a00af..f540812a08 100644
--- a/django/contrib/sitemaps/__init__.py
+++ b/django/contrib/sitemaps/__init__.py
@@ -46,7 +46,7 @@ def ping_google(sitemap_url=None, ping_url=PING_URL):
class Sitemap(object):
# This limit is defined by Google. See the index documentation at
- # http://sitemaps.org/protocol.php#index.
+ # http://www.sitemaps.org/protocol.html#index.
limit = 50000
# If protocol is None, the URLs in the sitemap will use the protocol