Author: Tobias Pape <[email protected]>
Branch: 
Changeset: r89919:3c6cc7fcc1ed
Date: 2017-02-04 14:44 +0100
http://bitbucket.org/pypy/pypy/changeset/3c6cc7fcc1ed/

Log:    Replace outdated, insecure greenlet link with readthedocs link

diff --git a/pypy/doc/stackless.rst b/pypy/doc/stackless.rst
--- a/pypy/doc/stackless.rst
+++ b/pypy/doc/stackless.rst
@@ -190,7 +190,7 @@
 from GC issues: if the program "forgets" an unfinished greenlet, it will
 always be collected at the next garbage collection.
 
-.. _documentation of the greenlets: http://packages.python.org/greenlet/
+.. _documentation of the greenlets: https://greenlet.readthedocs.io/
 
 
 Unimplemented features
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to