]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update URL to the related HOWTO document.
authorFred Drake <fdrake@acm.org>
Thu, 9 Apr 1998 13:49:18 +0000 (13:49 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 9 Apr 1998 13:49:18 +0000 (13:49 +0000)
Doc/lib/libregex.tex
Doc/libregex.tex

index 0c216d24795d6f62d8814690c9b2e7c08f9820e6..33f346bc26961cd3ab10871bbf0b16feb9b1acd8 100644 (file)
@@ -15,7 +15,7 @@ converted.  The standard library module
 \code{reconvert}\refstmodindex{reconvert} helps in converting
 \code{regex} style regular expressions to \code{re}\refstmodindex{re}
 style regular expressions.  (For more conversion help, see the URL
-\url{http://starship.skyport.net/crew/amk/howto/regex-to-re.html}.)
+\url{http://www.python.org/doc/howto/regex-to-re.html}.)
 
 By default the patterns are Emacs-style regular expressions
 (with one exception).  There is
index 0c216d24795d6f62d8814690c9b2e7c08f9820e6..33f346bc26961cd3ab10871bbf0b16feb9b1acd8 100644 (file)
@@ -15,7 +15,7 @@ converted.  The standard library module
 \code{reconvert}\refstmodindex{reconvert} helps in converting
 \code{regex} style regular expressions to \code{re}\refstmodindex{re}
 style regular expressions.  (For more conversion help, see the URL
-\url{http://starship.skyport.net/crew/amk/howto/regex-to-re.html}.)
+\url{http://www.python.org/doc/howto/regex-to-re.html}.)
 
 By default the patterns are Emacs-style regular expressions
 (with one exception).  There is