summaryrefslogtreecommitdiff
path: root/docs/howto/static-files
diff options
context:
space:
mode:
Diffstat (limited to 'docs/howto/static-files')
-rw-r--r--docs/howto/static-files/deployment.txt6
-rw-r--r--docs/howto/static-files/index.txt6
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/howto/static-files/deployment.txt b/docs/howto/static-files/deployment.txt
index 49ac738b29..bd35d13025 100644
--- a/docs/howto/static-files/deployment.txt
+++ b/docs/howto/static-files/deployment.txt
@@ -1,6 +1,6 @@
-======================
-Deploying static files
-======================
+==========================
+How to deploy static files
+==========================
.. seealso::
diff --git a/docs/howto/static-files/index.txt b/docs/howto/static-files/index.txt
index b90cc42cd6..a60f7f5c0e 100644
--- a/docs/howto/static-files/index.txt
+++ b/docs/howto/static-files/index.txt
@@ -1,6 +1,6 @@
-====================================================
-Managing static files (e.g. images, JavaScript, CSS)
-====================================================
+=========================================================
+How to manage static files (e.g. images, JavaScript, CSS)
+=========================================================
Websites generally need to serve additional files such as images, JavaScript,
or CSS. In Django, we refer to these files as "static files". Django provides