From 859c797a48f09e1de12c723e282c569495d4dced Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 6 Mar 1998 15:11:30 +0000 Subject: Fix the URL for the regex-to-re HOWTO. --- Doc/lib/libregex.tex | 2 +- Doc/lib/libregsub.tex | 2 +- Doc/libregex.tex | 2 +- Doc/libregsub.tex | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Doc/lib/libregex.tex b/Doc/lib/libregex.tex index e6fd708..f427a88 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/regex/regex-to-re.html}.) +\url{http://starship.skyport.net/crew/amk/howto/regex-to-re.html}.) By default the patterns are Emacs-style regular expressions (with one exception). There is diff --git a/Doc/lib/libregsub.tex b/Doc/lib/libregsub.tex index 5158d53..08b990e 100644 --- a/Doc/lib/libregsub.tex +++ b/Doc/lib/libregsub.tex @@ -16,7 +16,7 @@ Existing code should be converted. The standard library module \module{reconvert} helps in converting \code{regex} style regular expressions to \module{re} style regular expressions. (For more conversion help, see the URL -\url{http://starship.skyport.net/crew/amk/regex/regex-to-re.html}.) +\url{http://starship.skyport.net/crew/amk/howto/regex-to-re.html}.) \setindexsubitem{(in module regsub)} diff --git a/Doc/libregex.tex b/Doc/libregex.tex index e6fd708..f427a88 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/regex/regex-to-re.html}.) +\url{http://starship.skyport.net/crew/amk/howto/regex-to-re.html}.) By default the patterns are Emacs-style regular expressions (with one exception). There is diff --git a/Doc/libregsub.tex b/Doc/libregsub.tex index 5158d53..08b990e 100644 --- a/Doc/libregsub.tex +++ b/Doc/libregsub.tex @@ -16,7 +16,7 @@ Existing code should be converted. The standard library module \module{reconvert} helps in converting \code{regex} style regular expressions to \module{re} style regular expressions. (For more conversion help, see the URL -\url{http://starship.skyport.net/crew/amk/regex/regex-to-re.html}.) +\url{http://starship.skyport.net/crew/amk/howto/regex-to-re.html}.) \setindexsubitem{(in module regsub)} -- cgit v0.12