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:11 -0500 |
| commit | 09e5409cb5b7ed427d4c751fbe2594b485794104 (patch) | |
| tree | c44ec3b15c476aed010e3f28aa0e352b3fd0b0c9 | |
| parent | 5ca045cd25be692e5908550e9ae903da1925f60e (diff) | |
Fixed a dead link in django/contrib/sitemaps/__init__.py.
| -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 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 |
