Fix #gunicorn link

This commit is contained in:
Paul J. Davis 2010-05-06 19:31:58 -04:00
parent 80ca1fd1f1
commit 32978af645

View File

@ -6,7 +6,7 @@ worker model ported from Ruby's Unicorn_ project. The Gunicorn server is
broadly compatible with various web frameworks, simply implemented, light broadly compatible with various web frameworks, simply implemented, light
on server resource usage, and fairly speedy. on server resource usage, and fairly speedy.
Feel free to join us in #gunicorn_ on freenode_. Feel free to join us in `#gunicorn`_ on freenode_.
Installation Installation
------------ ------------
@ -138,7 +138,7 @@ And then as per usual::
$ paster serve development.ini workers=2 $ paster serve development.ini workers=2
.. _Unicorn: http://unicorn.bogomips.org/ .. _Unicorn: http://unicorn.bogomips.org/
.. _#gunicorn: http://webchat.freenode.net/?channels=gunicorn .. _`#gunicorn`: http://webchat.freenode.net/?channels=gunicorn
.. _freenode: http://freenode.net .. _freenode: http://freenode.net
.. _Eventlet: http://eventlet.net .. _Eventlet: http://eventlet.net
.. _Gevent: http://gevent.org .. _Gevent: http://gevent.org