summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-04-09 13:49:18 (GMT)
committerFred Drake <fdrake@acm.org>1998-04-09 13:49:18 (GMT)
commitb8efda01e6c66fbdd4e6a18f891717b52eb3ff01 (patch)
tree6de6a9c83cd4d0fac41e659595ea7ace358ebfb3 /Doc
parentbd400881ddd3dbfde3b71e051c1be26972b5b084 (diff)
downloadcpython-b8efda01e6c66fbdd4e6a18f891717b52eb3ff01.zip
cpython-b8efda01e6c66fbdd4e6a18f891717b52eb3ff01.tar.gz
cpython-b8efda01e6c66fbdd4e6a18f891717b52eb3ff01.tar.bz2
Update URL to the related HOWTO document.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libregex.tex2
-rw-r--r--Doc/libregex.tex2
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libregex.tex b/Doc/lib/libregex.tex
index 0c216d2..33f346b 100644
--- a/Doc/lib/libregex.tex
+++ b/Doc/lib/libregex.tex
@@ -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
diff --git a/Doc/libregex.tex b/Doc/libregex.tex
index 0c216d2..33f346b 100644
--- a/Doc/libregex.tex
+++ b/Doc/libregex.tex
@@ -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