]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
correct link
authorSkip Montanaro <skip@pobox.com>
Mon, 14 Jul 2003 17:05:19 +0000 (17:05 +0000)
committerSkip Montanaro <skip@pobox.com>
Mon, 14 Jul 2003 17:05:19 +0000 (17:05 +0000)
Doc/lib/librobotparser.tex

index 0008dde5281eacb4886744da956ef4e4babee801..4c0b93354ff25b704a338f83d94e284523490ba4 100644 (file)
@@ -15,7 +15,7 @@ This module provides a single class, \class{RobotFileParser}, which answers
 questions about whether or not a particular user agent can fetch a URL on
 the Web site that published the \file{robots.txt} file.  For more details on 
 the structure of \file{robots.txt} files, see
-\url{http://info.webcrawler.com/mak/projects/robots/norobots.html}. 
+\url{http://www.robotstxt.org/wc/norobots.html}. 
 
 \begin{classdesc}{RobotFileParser}{}