summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMartijn Vermaat <martijn@vermaat.name>2012-08-12 00:01:11 +0300
committerFlorian Apolloner <florian@apolloner.eu>2012-08-12 12:37:55 +0200
commit140179c77046f45136821db2f902f2da64ec4bb6 (patch)
treeedc647a885aca0fca26fa84bf6fe44221f0159cf /docs
parent759ae3c2dafe149485a15d9a3bc97527c1ac1163 (diff)
Fix link to Gunicorn website in deployment howto.
Diffstat (limited to 'docs')
-rw-r--r--docs/howto/deployment/wsgi/gunicorn.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/deployment/wsgi/gunicorn.txt b/docs/howto/deployment/wsgi/gunicorn.txt
index 13d4043e37..c4483291a3 100644
--- a/docs/howto/deployment/wsgi/gunicorn.txt
+++ b/docs/howto/deployment/wsgi/gunicorn.txt
@@ -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
===================