From e2483c9bdf685281221e01cdeb2f3fa52655b701 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 8 Mar 2016 13:15:58 -0500 Subject: [PATCH] [1.9.x] Fixed a dead link in django/contrib/sitemaps/__init__.py. Backport of 09e5409cb5b7ed427d4c751fbe2594b485794104 from master --- django/contrib/sitemaps/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/contrib/sitemaps/__init__.py b/django/contrib/sitemaps/__init__.py index 1b626cd984..891890e1ab 100644 --- a/django/contrib/sitemaps/__init__.py +++ b/django/contrib/sitemaps/__init__.py @@ -45,7 +45,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