summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/debug.rst2
-rw-r--r--doc/source/faq.rst3
2 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/debug.rst b/doc/source/debug.rst
index 9e7685e..b339366 100644
--- a/doc/source/debug.rst
+++ b/doc/source/debug.rst
@@ -4,6 +4,8 @@
4 because its content is pretty technical, and "normal users" shouldn't 4 because its content is pretty technical, and "normal users" shouldn't
5 need to read it. 5 need to read it.
6 6
7.. _debug:
8
7Debugging crashes 9Debugging crashes
8================= 10=================
9 11
diff --git a/doc/source/faq.rst b/doc/source/faq.rst
index 6a60d2f..1768f30 100644
--- a/doc/source/faq.rst
+++ b/doc/source/faq.rst
@@ -226,6 +226,9 @@ such as your operating system, your version of PHP 7, your version of Snuffleupa
226your logs, the problematic php code, the request, a brief description, … long story short, 226your logs, the problematic php code, the request, a brief description, … long story short,
227give us everything that you can. 227give us everything that you can.
228 228
229If you're feeling extra-nice, you can try to :ref:`debug it yourself <debug>`,
230it's not that hard.
231
229Where can I find even more help? 232Where can I find even more help?
230"""""""""""""""""""""""""""""""" 233""""""""""""""""""""""""""""""""
231The :doc:`configuration page <config>` might be what you're looking for. 234The :doc:`configuration page <config>` might be what you're looking for.