summaryrefslogtreecommitdiff
path: root/docs/fastcgi.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2007-01-25 02:15:39 +0000
committerAdrian Holovaty <adrian@holovaty.com>2007-01-25 02:15:39 +0000
commit75a3617d7941ca9484bccab09221dcc51762701a (patch)
tree8d0816562b29528f7d487b2a0ab461de70eebfab /docs/fastcgi.txt
parent668671561dab5efa68f575997bf9d655174ee686 (diff)
newforms-admin: Merged to [4425]
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@4426 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/fastcgi.txt')
-rw-r--r--docs/fastcgi.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/fastcgi.txt b/docs/fastcgi.txt
index e2f4e933b4..b61df49190 100644
--- a/docs/fastcgi.txt
+++ b/docs/fastcgi.txt
@@ -17,7 +17,7 @@ served with no startup time. Unlike mod_python (or `mod_perl`_), a FastCGI
process doesn't run inside the Web server process, but in a separate,
persistent process.
-.. _current preferred setup: http://www.djangoproject.com/documentation/modpython/
+.. _current preferred setup: ../modpython/
.. _Apache: http://httpd.apache.org/
.. _mod_python: http://www.modpython.org/
.. _mod_perl: http://perl.apache.org/