[pypy-svn] r64275 - pypy/trunk/pypy/doc

arigo at codespeak.net arigo at codespeak.net
Fri Apr 17 15:52:12 CEST 2009


Author: arigo
Date: Fri Apr 17 15:52:11 2009
New Revision: 64275

Modified:
   pypy/trunk/pypy/doc/stackless.txt
Log:
Fix links.


Modified: pypy/trunk/pypy/doc/stackless.txt
==============================================================================
--- pypy/trunk/pypy/doc/stackless.txt	(original)
+++ pypy/trunk/pypy/doc/stackless.txt	Fri Apr 17 15:52:11 2009
@@ -259,7 +259,7 @@
 emphasis on a tree structure.  The various greenlets of a program form a
 precise tree, which fully determines their order of execution.
 
-For usage reference, see the documentation of the `greenlets`_.
+For usage reference, see the `documentation of the greenlets`_.
 The PyPy interface is identical.  You should use ``greenlet.greenlet``
 instead of ``stackless.greenlet`` directly, because the greenlet library
 can give you the latter when you ask for the former on top of PyPy.
@@ -685,7 +685,7 @@
 
 
 .. _`Stackless Python`: http://www.stackless.com
-.. _`greenlets`: http://codespeak.net/svn/greenlet/trunk/doc/greenlet.txt
+.. _`documentation of the greenlets`: http://codespeak.net/svn/greenlet/trunk/doc/greenlet.txt
 .. _`Stackless Transform`: translation.html#the-stackless-transform
 
 .. include:: _ref.txt



More information about the Pypy-commit mailing list