parser: fix URL to effbot stable
authorJulian Cowley <julian@lava.net>
Fri, 11 Jun 2010 01:35:38 -1000
branchstable
changeset 11449 05af334bac05
parent 11448 25430ff23cfa
child 11450 6bca9801c92a
parser: fix URL to effbot
mercurial/parser.py
--- a/mercurial/parser.py	Thu Jun 24 21:35:52 2010 -0700
+++ b/mercurial/parser.py	Fri Jun 11 01:35:38 2010 -1000
@@ -5,7 +5,7 @@
 # This software may be used and distributed according to the terms of the
 # GNU General Public License version 2 or any later version.
 
-# see http://effbot.org/zone/simple-top-down-parsing.txt and
+# see http://effbot.org/zone/simple-top-down-parsing.htm and
 # http://eli.thegreenplace.net/2010/01/02/top-down-operator-precedence-parsing/
 # for background