diff --git a/docs/django-admin.txt b/docs/django-admin.txt index 96316702c85..368062468d5 100644 --- a/docs/django-admin.txt +++ b/docs/django-admin.txt @@ -151,7 +151,7 @@ runfcgi [options] ----------------- Starts a set of FastCGI processes suitable for use with any web server which supports the FastCGI protocol. See the `FastCGI deployment -documentation`- for details. Requires the Python FastCGI module from +documentation`_ for details. Requires the Python FastCGI module from `flup`_. .. _FastCGI deployment documentation: ../fastcgi/