]> granicus.if.org Git - python/commitdiff
Update link
authorAndrew M. Kuchling <amk@amk.ca>
Sun, 5 Nov 2006 21:04:37 +0000 (21:04 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sun, 5 Nov 2006 21:04:37 +0000 (21:04 +0000)
Doc/howto/regex.tex

index f9867aecb08e0321a359a3222d65bed4f6a6cb67..3c63b3ab9ae8ae6d1e373081fc852b5a297758d4 100644 (file)
@@ -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.