# HG changeset patch
# User Laurent Peuch <cortex@worlddomination.be>
# Date 1576643943 -3600
# Node ID d29955a6dbba9fc64389350c3f932a73fa47b4de
# Parent  1fd029f11dc458b020d1652c30e338fb4f70a452
[doc/fix] correct link to screenshots in changelog

Closes #17260396

diff -r 1fd029f11dc4 -r d29955a6dbba doc/_static/debugtoolbar_general_panel.png
Binary file doc/_static/debugtoolbar_general_panel.png has changed
diff -r 1fd029f11dc4 -r d29955a6dbba doc/_static/debugtoolbar_registry_content_panel.png
Binary file doc/_static/debugtoolbar_registry_content_panel.png has changed
diff -r 1fd029f11dc4 -r d29955a6dbba doc/_static/debugtoolbar_registry_decisions_panel.png
Binary file doc/_static/debugtoolbar_registry_decisions_panel.png has changed
diff -r 1fd029f11dc4 -r d29955a6dbba doc/_static/debugtoolbar_rql_panel.png
Binary file doc/_static/debugtoolbar_rql_panel.png has changed
diff -r 1fd029f11dc4 -r d29955a6dbba doc/_static/debugtoolbar_rql_traceback_panel.png
Binary file doc/_static/debugtoolbar_rql_traceback_panel.png has changed
diff -r 1fd029f11dc4 -r d29955a6dbba doc/_static/debugtoolbar_show_source.png
Binary file doc/_static/debugtoolbar_show_source.png has changed
diff -r 1fd029f11dc4 -r d29955a6dbba doc/_static/debugtoolbar_show_source_link.png
Binary file doc/_static/debugtoolbar_show_source_link.png has changed
diff -r 1fd029f11dc4 -r d29955a6dbba doc/_static/debugtoolbar_sql_panel.png
Binary file doc/_static/debugtoolbar_sql_panel.png has changed
diff -r 1fd029f11dc4 -r d29955a6dbba doc/_static/debugtoolbar_traceback_source_link.png
Binary file doc/_static/debugtoolbar_traceback_source_link.png has changed
diff -r 1fd029f11dc4 -r d29955a6dbba doc/changes/3.27.rst
--- a/doc/changes/3.27.rst	Tue Mar 12 23:30:12 2019 +0100
+++ b/doc/changes/3.27.rst	Wed Dec 18 05:39:03 2019 +0100
@@ -94,18 +94,18 @@
 debugging of each page. The available panels are:
 
   * a general panel which contains the selected controller, the current
-    settings and useful links `screenshot <../_static/debugtoolbar_general_panel.png>`_
-  * a panel listing all decisions taken in registry for building this page `screenshot <../_static/debugtoolbar_registry_decisions_panel.png>`_
-  * a panel listing the content of the vreg registries `screenshot <../_static/debugtoolbar_registry_content_panel.png>`_
-  * a panel listing all the RQL queries made during a request `screenshot <../_static/debugtoolbar_rql_panel.png>`_
-  * a panel listing all the SQL queries made during a request `screenshot <../_static/debugtoolbar_sql_panel.png>`_
+    settings and useful links `screenshot <../../_images/debugtoolbar_general_panel.png>`_
+  * a panel listing all decisions taken in registry for building this page `screenshot <../../_images/debugtoolbar_registry_decisions_panel.png>`_
+  * a panel listing the content of the vreg registries `screenshot <../../_images/debugtoolbar_registry_content_panel.png>`_
+  * a panel listing all the RQL queries made during a request `screenshot <../../_images/debugtoolbar_rql_panel.png>`_
+  * a panel listing all the SQL queries made during a request `screenshot <../../_images/debugtoolbar_sql_panel.png>`_
 
 Furthermore, in all those panels, next to each object/class/function/method a
 link to display its source code is available (shown as '[source]' `screenshot
-<../_static/debugtoolbar_show_source_link.png>`_) and also every file path shown
+<../../_images/debugtoolbar_show_source_link.png>`_) and also every file path shown
 is a traceback is also a link to display the corresponding file (`screenshot
-<../_static/debugtoolbar_traceback_source_link.png>`_). For example: `screenshot
-<../_static/debugtoolbar_show_source.png>`_.
+<../../_images/debugtoolbar_traceback_source_link.png>`_). For example: `screenshot
+<../../_images/debugtoolbar_show_source.png>`_.
 
 Backwards incompatible changes
 ------------------------------
diff -r 1fd029f11dc4 -r d29955a6dbba doc/images/debugtoolbar_general_panel.png
Binary file doc/images/debugtoolbar_general_panel.png has changed
diff -r 1fd029f11dc4 -r d29955a6dbba doc/images/debugtoolbar_registry_content_panel.png
Binary file doc/images/debugtoolbar_registry_content_panel.png has changed
diff -r 1fd029f11dc4 -r d29955a6dbba doc/images/debugtoolbar_registry_decisions_panel.png
Binary file doc/images/debugtoolbar_registry_decisions_panel.png has changed
diff -r 1fd029f11dc4 -r d29955a6dbba doc/images/debugtoolbar_rql_panel.png
Binary file doc/images/debugtoolbar_rql_panel.png has changed
diff -r 1fd029f11dc4 -r d29955a6dbba doc/images/debugtoolbar_rql_traceback_panel.png
Binary file doc/images/debugtoolbar_rql_traceback_panel.png has changed
diff -r 1fd029f11dc4 -r d29955a6dbba doc/images/debugtoolbar_show_source.png
Binary file doc/images/debugtoolbar_show_source.png has changed
diff -r 1fd029f11dc4 -r d29955a6dbba doc/images/debugtoolbar_show_source_link.png
Binary file doc/images/debugtoolbar_show_source_link.png has changed
diff -r 1fd029f11dc4 -r d29955a6dbba doc/images/debugtoolbar_sql_panel.png
Binary file doc/images/debugtoolbar_sql_panel.png has changed
diff -r 1fd029f11dc4 -r d29955a6dbba doc/images/debugtoolbar_traceback_source_link.png
Binary file doc/images/debugtoolbar_traceback_source_link.png has changed