mercurial/parser.py
branchstable
changeset 11449 05af334bac05
parent 11412 51ceb1571805
child 13176 895f54a79c6e
--- 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