[doc/fix] correct link to screenshots in changelog
authorLaurent Peuch <cortex@worlddomination.be>
Wed, 18 Dec 2019 05:39:03 +0100
changeset 12840 d29955a6dbba
parent 12835 1fd029f11dc4
child 12841 fceae84a22dd
[doc/fix] correct link to screenshots in changelog Closes #17260396
doc/_static/debugtoolbar_general_panel.png
doc/_static/debugtoolbar_registry_content_panel.png
doc/_static/debugtoolbar_registry_decisions_panel.png
doc/_static/debugtoolbar_rql_panel.png
doc/_static/debugtoolbar_rql_traceback_panel.png
doc/_static/debugtoolbar_show_source.png
doc/_static/debugtoolbar_show_source_link.png
doc/_static/debugtoolbar_sql_panel.png
doc/_static/debugtoolbar_traceback_source_link.png
doc/changes/3.27.rst
doc/images/debugtoolbar_general_panel.png
doc/images/debugtoolbar_registry_content_panel.png
doc/images/debugtoolbar_registry_decisions_panel.png
doc/images/debugtoolbar_rql_panel.png
doc/images/debugtoolbar_rql_traceback_panel.png
doc/images/debugtoolbar_show_source.png
doc/images/debugtoolbar_show_source_link.png
doc/images/debugtoolbar_sql_panel.png
doc/images/debugtoolbar_traceback_source_link.png
Binary file doc/_static/debugtoolbar_general_panel.png has changed
Binary file doc/_static/debugtoolbar_registry_content_panel.png has changed
Binary file doc/_static/debugtoolbar_registry_decisions_panel.png has changed
Binary file doc/_static/debugtoolbar_rql_panel.png has changed
Binary file doc/_static/debugtoolbar_rql_traceback_panel.png has changed
Binary file doc/_static/debugtoolbar_show_source.png has changed
Binary file doc/_static/debugtoolbar_show_source_link.png has changed
Binary file doc/_static/debugtoolbar_sql_panel.png has changed
Binary file doc/_static/debugtoolbar_traceback_source_link.png has changed
--- 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
 ------------------------------
Binary file doc/images/debugtoolbar_general_panel.png has changed
Binary file doc/images/debugtoolbar_registry_content_panel.png has changed
Binary file doc/images/debugtoolbar_registry_decisions_panel.png has changed
Binary file doc/images/debugtoolbar_rql_panel.png has changed
Binary file doc/images/debugtoolbar_rql_traceback_panel.png has changed
Binary file doc/images/debugtoolbar_show_source.png has changed
Binary file doc/images/debugtoolbar_show_source_link.png has changed
Binary file doc/images/debugtoolbar_sql_panel.png has changed
Binary file doc/images/debugtoolbar_traceback_source_link.png has changed