From 3541adcd48002edc19fdbcd6799689102e7ac16c Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Sun, 5 Nov 2006 21:04:37 +0000 Subject: [PATCH] Update link --- Doc/howto/regex.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/howto/regex.tex b/Doc/howto/regex.tex index f9867aecb08..3c63b3ab9ae 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.