From 9745d450f08a47394628d241b648f585b7f9609a Mon Sep 17 00:00:00 2001
From: Aidan Saunders <aidan.saunders@squiffle.uk>
Date: Tue, 20 Feb 2018 15:21:54 +0000
Subject: [PATCH] Link to debugging info

---
 docs/framework/templates/index.md | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/docs/framework/templates/index.md b/docs/framework/templates/index.md
index d937d0e5..a3a128cb 100644
--- a/docs/framework/templates/index.md
+++ b/docs/framework/templates/index.md
@@ -88,10 +88,9 @@ CiviCRM introduces some extra features to Smarty:
 
 All the templates are under the folder `templates/CRM` in your CiviCRM
 installation. Finding which template is used on a given page can be
-difficult, but the easiest way to find out the answer is to enable debugging
-then view the source of the page from a web browser and search for `.tpl`. 
-To enable debugging to go to **Administer > System Settings > Debugging 
-and Error Handling** then select **Enable Debugging**.
+difficult, but the easiest way to find out the answer is to 
+[enable debugging](/tools/debugging.md#changing-settings-in-the-ui) then 
+view the source of the page from a web browser and search for `.tpl`.
 For example, for the Contact Summary page, use the web browser to open the
 Contact Summary page, then click "View Source" in the browser.  You
 should find an HTML comment such as:
-- 
GitLab