summaryrefslogtreecommitdiff
path: root/docs/howto/static-files.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/howto/static-files.txt')
-rw-r--r--docs/howto/static-files.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/static-files.txt b/docs/howto/static-files.txt
index c3692d5271..209cf38c36 100644
--- a/docs/howto/static-files.txt
+++ b/docs/howto/static-files.txt
@@ -31,7 +31,7 @@ Using this method is **inefficient** and **insecure**. Do not use this in a
production setting. Use this only for development.
For information on serving static files in an Apache production environment,
-see the :ref:`Django mod_python documentation <serving-media-files>`.
+see the :ref:`Django mod_wsgi documentation <serving-media-files>`.
How to do it
============