Skip to content

Commit

Permalink
Updated greenlet links, which were dead.
Browse files Browse the repository at this point in the history
  • Loading branch information
bool-dev committed Jan 4, 2014
1 parent d517f35 commit 85aa4ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/deploying/wsgi-standalone.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ For example, to run a Flask application with 4 worker processes (``-w

.. _Gunicorn: http://gunicorn.org/
.. _eventlet: http://eventlet.net/
.. _greenlet: http://codespeak.net/py/0.9.2/greenlet.html
.. _greenlet: http://greenlet.readthedocs.org/en/latest/

Tornado
--------
Expand Down Expand Up @@ -63,7 +63,7 @@ event loop::
http_server.serve_forever()

.. _Gevent: http://www.gevent.org/
.. _greenlet: http://codespeak.net/py/0.9.2/greenlet.html
.. _greenlet: http://greenlet.readthedocs.org/en/latest/
.. _libevent: http://monkey.org/~provos/libevent/

Twisted Web
Expand Down

0 comments on commit 85aa4ec

Please sign in to comment.