Author: Manuel Jacob Branch: rpython-doc Changeset: r61698:b46aa4eb4e0d Date: 2013-02-23 18:23 +0100 http://bitbucket.org/pypy/pypy/changeset/b46aa4eb4e0d/
Log: Fix this link. diff --git a/rpython/doc/garbage_collection.rst b/rpython/doc/garbage_collection.rst --- a/rpython/doc/garbage_collection.rst +++ b/rpython/doc/garbage_collection.rst @@ -14,7 +14,7 @@ The present document describes the specific garbage collectors that we wrote in our framework. -.. _`EU-report on this topic`: http://codespeak.net/pypy/extradoc/eu-report/D07.1_Massive_Parallelism_and_Translation_Aspects-2007-02-28.pdf +.. _`EU-report on this topic`: https://bitbucket.org/pypy/extradoc/src/extradoc/eu-report/D07.1_Massive_Parallelism_and_Translation_Aspects-2007-02-28.pdf Garbage collectors currently written for the GC framework _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
