summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-11-05 21:04:37 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2006-11-05 21:04:37 (GMT)
commit3541adcd48002edc19fdbcd6799689102e7ac16c (patch)
tree83ba6d3b7f12fedabdf3ff722c0ffb6c15cf8057 /Doc
parent85dbec6da74d4e5e83d0ff9c03155ecef8feea83 (diff)
downloadcpython-3541adcd48002edc19fdbcd6799689102e7ac16c.zip
cpython-3541adcd48002edc19fdbcd6799689102e7ac16c.tar.gz
cpython-3541adcd48002edc19fdbcd6799689102e7ac16c.tar.bz2
Update link
Diffstat (limited to 'Doc')
-rw-r--r--Doc/howto/regex.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/regex.tex b/Doc/howto/regex.tex
index f9867ae..3c63b3a 100644
--- a/Doc/howto/regex.tex
+++ b/Doc/howto/regex.tex
@@ -367,7 +367,7 @@ included with the Python distribution. It allows you to enter REs and
strings, and displays whether the RE matches or fails.
\file{redemo.py} can be quite useful when trying to debug a
complicated RE. Phil Schwartz's
-\ulink{Kodos}{http://kodos.sourceforge.net} is also an interactive
+\ulink{Kodos}{http://www.phil-schwartz.com/kodos.spy} is also an interactive
tool for developing and testing RE patterns. This HOWTO will use the
standard Python interpreter for its examples.