summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2011-01-30 23:29:25 +0000
committerJannis Leidel <jannis@leidel.info>2011-01-30 23:29:25 +0000
commit6361a242af3bed3f822b4c14c13624869478abaf (patch)
tree137ef7053636047522308a2babf6419b3c9e02cf /docs
parent2d29c11117513aa6b2b8dabfb50a286928e62ca0 (diff)
Fixed typo in staticfiles documentation introduced in [15369]. Thanks, harijay.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15375 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-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 76e62f66e2..e5b97403a1 100644
--- a/docs/howto/static-files.txt
+++ b/docs/howto/static-files.txt
@@ -74,7 +74,7 @@ Here's the basic usage in a nutshell:
directory given by :setting:`STATIC_ROOT`.
.. note:: This is **not necessary in local development** if you are
- using :djadmin:`staticfiles-runserver` or adding
+ using :djadmin:`runserver<staticfiles-runserver>` or adding
``staticfiles_urlpatterns`` to your URLconf; see below).
4. Deploy those files.