changeset 11449:05af334bac05 stable

parser: fix URL to effbot
author Julian Cowley <julian@lava.net>
date Fri, 11 Jun 2010 01:35:38 -1000
parents 25430ff23cfa
children 6bca9801c92a
files mercurial/parser.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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