summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2011-07-01 15:19:34 +0000
committerJannis Leidel <jannis@leidel.info>2011-07-01 15:19:34 +0000
commit5a0787f904945e2d1b18b65389b6f76a98b36bf5 (patch)
tree3cf256a208ac4127004957a98a7c80f882870a1b /docs/ref
parenta441032e0e5363f2151ccfe95150fb29c6907579 (diff)
[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
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/admin/index.txt4
1 files changed, 2 insertions, 2 deletions
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
======================