From 4d1a1bce8167afa62fd4b010fac454803e083f68 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 8 Mar 2016 13:15:58 -0500 Subject: [PATCH] [1.8.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 3db4ef53a4..05d1cbf5c3 100644 --- a/django/contrib/sitemaps/__init__.py +++ b/django/contrib/sitemaps/__init__.py @@ -49,7 +49,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