summaryrefslogtreecommitdiff
path: root/docs/howto/static-files/index.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/howto/static-files/index.txt')
-rw-r--r--docs/howto/static-files/index.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/howto/static-files/index.txt b/docs/howto/static-files/index.txt
index 20d21eb07c..def58c5ed1 100644
--- a/docs/howto/static-files/index.txt
+++ b/docs/howto/static-files/index.txt
@@ -19,7 +19,8 @@ Configuring static files
STATIC_URL = 'static/'
#. In your templates, use the :ttag:`static` template tag to build the URL for
- the given relative path using the configured :setting:`STATICFILES_STORAGE`.
+ the given relative path using the configured ``staticfiles``
+ :setting:`STORAGES` alias.
.. _staticfiles-in-templates: