diff options
| author | Tim Graham <timograham@gmail.com> | 2016-03-08 13:15:58 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-03-08 13:16:31 -0500 |
| commit | e2483c9bdf685281221e01cdeb2f3fa52655b701 (patch) | |
| tree | 70599b155689c16b888fe8fb933e21db01357f11 | |
| parent | 76926f343a91e47bf5dc801373e9da2747d08e29 (diff) | |
[1.9.x] Fixed a dead link in django/contrib/sitemaps/__init__.py.
Backport of 09e5409cb5b7ed427d4c751fbe2594b485794104 from master
| -rw-r--r-- | django/contrib/sitemaps/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
