From 0a3508fc7fb5457e05a38a14bee05293684d2a70 Mon Sep 17 00:00:00 2001 From: Chris Adams Date: Mon, 26 Nov 2012 17:33:38 -0500 Subject: [PATCH] Update link to Greenlet MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://bitbucket.org/ambroff/greenlet has migrated to https://github.com/python-greenlet/greenlet --- docs/source/design.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/design.rst b/docs/source/design.rst index b5cac093..a1e62918 100644 --- a/docs/source/design.rst +++ b/docs/source/design.rst @@ -91,7 +91,7 @@ Always remember, there is such a thing as too many workers. After a point your worker processes will start thrashing system resources decreasing the throughput of the entire system. -.. _Greenlets: http://bitbucket.org/ambroff/greenlet +.. _Greenlets: https://github.com/python-greenlet/greenlet .. _Eventlet: http://eventlet.net .. _Gevent: http://gevent.org .. _Slowloris: http://ha.ckers.org/slowloris/