# HG changeset patch # User Julian Cowley # Date 2010-06-11 11:35:38 # Node ID 05af334bac059ef0f2d470310228ecae70f24129 # Parent 25430ff23cfa057d321ab650bd12b3a7a7037f51 parser: fix URL to effbot diff --git a/mercurial/parser.py b/mercurial/parser.py --- a/mercurial/parser.py +++ b/mercurial/parser.py @@ -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