From c8e98f4cdddaf4ca82a0c02581d036d6ddf1a614 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Sun, 27 Nov 2005 14:52:12 +0000 Subject: [PATCH] Fixed ReST error in [1455] git-svn-id: http://code.djangoproject.com/svn/django/trunk@1456 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/static_files.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ============