[pypy-svn] r27461 - in pypy/dist/pypy/doc: . weekly

ericvrp at codespeak.net ericvrp at codespeak.net
Fri May 19 12:16:59 CEST 2006


Author: ericvrp
Date: Fri May 19 12:16:58 2006
New Revision: 27461

Modified:
   pypy/dist/pypy/doc/extradoc.txt
   pypy/dist/pypy/doc/getting-started.txt
   pypy/dist/pypy/doc/weekly/summary-2006-03-15.txt
Log:
Fixed some external links in our documentation.


Modified: pypy/dist/pypy/doc/extradoc.txt
==============================================================================
--- pypy/dist/pypy/doc/extradoc.txt	(original)
+++ pypy/dist/pypy/doc/extradoc.txt	Fri May 19 12:16:58 2006
@@ -51,7 +51,7 @@
   a good introduction to the underlying models of Microsoft's Common 
   Language Runtime, the Intermediate Language, JIT and GC issues. 
   
-* spyweb_ translates Python programs to Scheme. 
+* spyweb translates Python programs to Scheme. (site unavailable)
 
 * Jython_ is a Python implementation in Java.
 
@@ -72,7 +72,6 @@
 .. _testdesign: http://codespeak.net/pypy/dist/pypy/doc/coding-guide.html#test-design
 .. _feasible: http://codespeak.net/pipermail/pypy-dev/2004q2/001289.html
 .. _rock: http://codespeak.net/pipermail/pypy-dev/2004q1/001255.html
-.. _spyweb: http://spyweb.hopto.org/
 .. _`GNU lightning`: http://www.gnu.org/software/lightning/lightning.html
 .. _LLVM: http://llvm.org/
 .. _IronPython: http://www.python.org/pycon/dc2004/papers/9/

Modified: pypy/dist/pypy/doc/getting-started.txt
==============================================================================
--- pypy/dist/pypy/doc/getting-started.txt	(original)
+++ pypy/dist/pypy/doc/getting-started.txt	Fri May 19 12:16:58 2006
@@ -607,7 +607,7 @@
 graphviz and pygame are both neccessary if you
 want to look at generated flowgraphs: 
 
-	graphviz: http://www.research.att.com/sw/tools/graphviz/download.html 
+	graphviz: http://www.graphviz.org/Download.php 
 
 	pygame: http://www.pygame.org/download.shtml
 
@@ -661,7 +661,7 @@
 .. _`Spidermonkey`: http://www.mozilla.org/js/spidermonkey/
 .. _`Google summer of code`: http://code.google.com/soc
 
-.. _Dot Graphviz:           http://www.research.att.com/sw/tools/graphviz/
+.. _Dot Graphviz:           http://www.graphviz.org/
 .. _Pygame:                 http://www.pygame.org/
 .. _pyopcode.py:            http://codespeak.net/svn/pypy/dist/pypy/interpreter/pyopcode.py
 .. _eval.py:                http://codespeak.net/svn/pypy/dist/pypy/interpreter/eval.py

Modified: pypy/dist/pypy/doc/weekly/summary-2006-03-15.txt
==============================================================================
--- pypy/dist/pypy/doc/weekly/summary-2006-03-15.txt	(original)
+++ pypy/dist/pypy/doc/weekly/summary-2006-03-15.txt	Fri May 19 12:16:58 2006
@@ -19,11 +19,9 @@
 talks, talked to a great many interested people and held a successful
 sprint, giving several newcomers their first taste of hacking on PyPy.
 
-You can read more about this in the `conference report`_ and `sprint
-report`_.
+You can read more about this in the `sprint report`_.
 
-.. _`conference report`: http://write.me/
-.. _`sprint report`: http://write.me/
+.. _`sprint report`: http://codespeak.net/pypy/extradoc/sprintinfo/pycon06/sprint-report.txt
 
 The Logic Sprint
 ================



More information about the Pypy-commit mailing list