summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Apolloner <apollo13@apolloner.eu>2012-07-25 13:18:11 -0700
committerFlorian Apolloner <apollo13@apolloner.eu>2012-07-25 13:18:11 -0700
commit4865274bc130c90e2f6107994fcdeecd9cea3f84 (patch)
treea1e44a68066c97db38edc4b67d9e41393b102e18
parent5ee8c3ef0c7e311bfc49ce145126b46a9ebea456 (diff)
parentcc65f4ec8db21ee24f954bf52c39749b4b7caca4 (diff)
Merge pull request #224 from reclosedev/patch-1
Documentation: Fix link to uWSGI deployment
-rw-r--r--docs/topics/install.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/install.txt b/docs/topics/install.txt
index 291b22cb3e..a11a44baa1 100644
--- a/docs/topics/install.txt
+++ b/docs/topics/install.txt
@@ -62,7 +62,7 @@ for information on how to configure mod_wsgi once you have it
installed.
If you can't use mod_wsgi for some reason, fear not: Django supports many other
-deployment options. One is :doc:`uWSGI </howto/deployment/fastcgi>`; it works
+deployment options. One is :doc:`uWSGI </howto/deployment/wsgi/uwsgi>`; it works
very well with `nginx`_. Another is :doc:`FastCGI </howto/deployment/fastcgi>`,
perfect for using Django with servers other than Apache. Additionally, Django
follows the WSGI spec (:pep:`3333`), which allows it to run on a variety of