]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Doc Fix. Correct link to Zephyr ASDL Abstract page.
authorSenthil Kumaran <orsenthil@gmail.com>
Tue, 18 May 2010 13:40:23 +0000 (13:40 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Tue, 18 May 2010 13:40:23 +0000 (13:40 +0000)
Parser/asdl.py

index c55038da5ca395b030fd979ea3b080597adb752a..7f5856b18a1d85dc4666f06edb966c9a4188a7ec 100644 (file)
@@ -1,7 +1,7 @@
 """An implementation of the Zephyr Abstract Syntax Definition Language.
 
 See http://asdl.sourceforge.net/ and
-http://www.cs.princeton.edu/~danwang/Papers/dsl97/dsl97-abstract.html.
+http://www.cs.princeton.edu/research/techreps/TR-554-97
 
 Only supports top level module decl, not view.  I'm guessing that view
 is intended to support the browser and I'm not interested in the