summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/faq.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/faq.txt b/docs/faq.txt
index 3b31ef6dcb..adcdbaca59 100644
--- a/docs/faq.txt
+++ b/docs/faq.txt
@@ -476,7 +476,7 @@ sure your ``DEBUG`` setting is set to ``True``. If ``DEBUG`` is ``True``, then
Django saves a copy of every SQL statement it has executed.
(The queries are saved in ``django.db.connection.queries``. See
-_`How can I see the raw SQL queries Django is running?`.)
+`How can I see the raw SQL queries Django is running?`_.)
To fix the problem, set ``DEBUG`` to ``False``.