Commit 140179c7 authored by Martijn Vermaat's avatar Martijn Vermaat Committed by Florian Apolloner
Browse files

Fix link to Gunicorn website in deployment howto.

parent 759ae3c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ There are two ways to use Gunicorn with Django. One is to have Gunicorn treat
Django as just another WSGI application. The second is to use Gunicorn's
special `integration with Django`_.

.. _integration with Django: http://gunicorn.org/run.html#django-manage-py_
.. _integration with Django: http://gunicorn.org/run.html#django-manage-py

Installing Gunicorn
===================