[pypy-svn] r41516 - in pypy/dist/pypy/doc: config js
cfbolz at codespeak.net
cfbolz at codespeak.net
Tue Mar 27 17:51:53 CEST 2007
Author: cfbolz
Date: Tue Mar 27 17:51:52 2007
New Revision: 41516
Modified:
pypy/dist/pypy/doc/config/translation.backendopt.txt
pypy/dist/pypy/doc/js/using.txt
Log:
fix too links
Modified: pypy/dist/pypy/doc/config/translation.backendopt.txt
==============================================================================
--- pypy/dist/pypy/doc/config/translation.backendopt.txt (original)
+++ pypy/dist/pypy/doc/config/translation.backendopt.txt Tue Mar 27 17:51:52 2007
@@ -1,5 +1,5 @@
This group contains options about various backend optimization passes. Most of
them are described in the `EU report about optimization`_
-.. _`EU report about optimization`: http://codespeak.net/pypy/extradoc/eu-report/D07.1_Massive_Parallelism_and_Translation_Aspects-2006-12-15.pdf
+.. _`EU report about optimization`: http://codespeak.net/pypy/extradoc/eu-report/D07.1_Massive_Parallelism_and_Translation_Aspects-2007-02-28.pdf
Modified: pypy/dist/pypy/doc/js/using.txt
==============================================================================
--- pypy/dist/pypy/doc/js/using.txt (original)
+++ pypy/dist/pypy/doc/js/using.txt Tue Mar 27 17:51:52 2007
@@ -163,8 +163,8 @@
There is bub'n'bros client working in javascript available `here`_ (No
working copy on-line right now, sorry) and a simple example of JS a
-`console`_. There is also a simple `django ping example`_.
+`python console`_. There is also a simple `django ping example`_.
.. _`here`: http://codespeak.net/svn/pypy/dist/pypy/translator/js/examples/bnb/start_bnb.py
-.. _`console`: http://codespeak.net/svn/pypy/dist/pypy/translator/js/examples/console.py
+.. _`python console`: http://codespeak.net/svn/pypy/dist/pypy/translator/js/examples/pythonconsole.py
.. _`django ping example`: http://codespeak.net/svn/pypy/dist/pypy/translator/js/examples/djangoping
More information about the Pypy-commit
mailing list