summaryrefslogtreecommitdiff
path: root/docs/static_files.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-11-27 14:52:12 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-11-27 14:52:12 +0000
commitc8e98f4cdddaf4ca82a0c02581d036d6ddf1a614 (patch)
tree01dd2b649bfc7d1fdd872088ac00ed77c4a06934 /docs/static_files.txt
parent5e0be518f8c9dee930f755d55ef4c7e8db6d6974 (diff)
Fixed ReST error in [1455]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1456 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/static_files.txt')
-rw-r--r--docs/static_files.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/static_files.txt b/docs/static_files.txt
index 2b3b0b8f1c..034cb976a3 100644
--- a/docs/static_files.txt
+++ b/docs/static_files.txt
@@ -24,7 +24,7 @@ production setting. Use this only for development.
For information on serving static files in an Apache production environment,
see the `Django mod_python documentation`_.
--- _Django mod_python documentation: http://www.djangoproject.com/documentation/modpython/#serving-media-files
+.. _Django mod_python documentation: http://www.djangoproject.com/documentation/modpython/#serving-media-files
How to do it
============