From 5a0787f904945e2d1b18b65389b6f76a98b36bf5 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Fri, 1 Jul 2011 15:19:34 +0000 Subject: [1.3.X] Fixed #15974 -- Correctly link to static files handling in deployment docs. Thanks, RogueBean. Backport from trunk (r16491). git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16492 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/contrib/admin/index.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/ref') diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt index 2fcafb4df8..beff94ee7b 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -46,8 +46,8 @@ Other topics .. seealso:: - For information about serving the media files (images, JavaScript, and CSS) - associated with the admin in production, see :ref:`serving-media-files`. + For information about serving the static files (images, JavaScript, and + CSS) associated with the admin in production, see :ref:`serving-files`. ``ModelAdmin`` objects ====================== -- cgit v1.3