[Python-checkins] devguide: Issue #13117: Fix broken links in the compiler page of the Developer's Guide.

ned.deily python-checkins at python.org
Thu Oct 6 22:35:46 CEST 2011


http://hg.python.org/devguide/rev/76159c6d265a
changeset:   455:76159c6d265a
user:        Ned Deily <nad at acm.org>
date:        Thu Oct 06 13:35:08 2011 -0700
summary:
  Issue #13117: Fix broken links in the compiler page of the Developer's Guide.
(Patch by Francisco Martín Brugué)

files:
  compiler.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/compiler.rst b/compiler.rst
--- a/compiler.rst
+++ b/compiler.rst
@@ -548,12 +548,12 @@
    213--227, 1997.
 
 .. _The Zephyr Abstract Syntax Description Language.:
-   http://www.cs.princeton.edu/~danwang/Papers/dsl97/dsl97.html
+   http://www.cs.princeton.edu/research/techreps/TR-554-97
 
 .. _SPARK: http://pages.cpsc.ucalgary.ca/~aycock/spark/
 
 .. [#skip-peephole] Skip Montanaro's Peephole Optimizer Paper
-   (http://www.foretec.com/python/workshops/1998-11/proceedings/papers/montanaro/montanaro.html)
+   (http://www.python.org/workshops/1998-11/proceedings/papers/montanaro/montanaro.html)
 
 .. [#Bytecodehacks] Bytecodehacks Project
    (http://bytecodehacks.sourceforge.net/bch-docs/bch/index.html)

-- 
Repository URL: http://hg.python.org/devguide


More information about the Python-checkins mailing list