mirror of
https://github.com/django/django.git
synced 2025-07-19 09:09:13 +00:00
[1.9.x] Fixed a dead link in django/contrib/sitemaps/__init__.py.
Backport of 09e5409cb5b7ed427d4c751fbe2594b485794104 from master
This commit is contained in:
parent
76926f343a
commit
e2483c9bdf
@ -45,7 +45,7 @@ def ping_google(sitemap_url=None, ping_url=PING_URL):
|
|||||||
|
|
||||||
class Sitemap(object):
|
class Sitemap(object):
|
||||||
# This limit is defined by Google. See the index documentation at
|
# 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
|
limit = 50000
|
||||||
|
|
||||||
# If protocol is None, the URLs in the sitemap will use the protocol
|
# If protocol is None, the URLs in the sitemap will use the protocol
|
||||||
|
Loading…
x
Reference in New Issue
Block a user