Skip to content

Commit d01fd86

Browse files
committed
docs: fix dead URL in urllib.robotparser documentation
1 parent e998eb9 commit d01fd86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/urllib.robotparser.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
This module provides a single class, :class:`RobotFileParser`, which answers
1919
questions about whether or not a particular user agent can fetch a URL on the
2020
website that published the :file:`robots.txt` file. For more details on the
21-
structure of :file:`robots.txt` files, see http://www.robotstxt.org/orig.html.
21+
structure of :file:`robots.txt` files, see https://datatracker.ietf.org/doc/html/rfc9309.
2222

2323

2424
.. class:: RobotFileParser(url='')

0 commit comments

Comments
 (0)