소스 검색

Fixed a dead link in django/contrib/sitemaps/__init__.py.

Tim Graham 9 년 전
부모
커밋
09e5409cb5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      django/contrib/sitemaps/__init__.py

+ 1 - 1
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