Browse Source

Fix link to Gunicorn website in deployment howto.

Martijn Vermaat 12 years ago
parent
commit
140179c770
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/howto/deployment/wsgi/gunicorn.txt

+ 1 - 1
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
 ===================