]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix old link.
authorGeorg Brandl <georg@python.org>
Mon, 21 Jan 2008 17:17:00 +0000 (17:17 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 21 Jan 2008 17:17:00 +0000 (17:17 +0000)
Doc/howto/regex.rst

index e237e6cfa657cf9c966e1b48d34686faf43ff67b..cfcae31174f9fcc903fcb3b5914a8bf8ca380e2a 100644 (file)
@@ -335,9 +335,8 @@ Performing Matches
 
 Once you have an object representing a compiled regular expression, what do you
 do with it?  :class:`RegexObject` instances have several methods and attributes.
-Only the most significant ones will be covered here; consult `the Library
-Reference <http://www.python.org/doc/lib/module-re.html>`_ for a complete
-listing.
+Only the most significant ones will be covered here; consult the :mod:`re` docs
+for a complete listing.
 
 +------------------+-----------------------------------------------+
 | Method/Attribute | Purpose                                       |