ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=599f1697f407da83c760e145c961e940bd38defc
commit 599f1697f407da83c760e145c961e940bd38defc Author: Andy Williams <[email protected]> Date: Fri Oct 20 16:19:28 2017 +0100 Revert "Update references to other debugging pages. No need for the TODOs now as we know what the pages are for" This reverts commit ada7efe9ea64121260f798d7c122377d7b88be74. --- pages/contrib/efl-debug.txt | 2 +- pages/debugging/apps_efl_debugging.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/contrib/efl-debug.txt b/pages/contrib/efl-debug.txt index 42429e56..56fcde5a 100644 --- a/pages/contrib/efl-debug.txt +++ b/pages/contrib/efl-debug.txt @@ -1,7 +1,7 @@ ~~Title: Debugging~~ <note important> -//Please also see [[/debugging/enlightenment_debugging]] for specific tips on debugging the window manager.// +//Please also see [[/debugging/enlightenment_debugging]] and [[/debugging/apps_efl_debugging]]. This should probably be merged with these pages.// </note> ==== Compilation ==== diff --git a/pages/debugging/apps_efl_debugging.txt b/pages/debugging/apps_efl_debugging.txt index 3ae081a2..1bc4cb7d 100644 --- a/pages/debugging/apps_efl_debugging.txt +++ b/pages/debugging/apps_efl_debugging.txt @@ -2,7 +2,7 @@ ==== EFL application debugging ==== <note important> -//Please also see [[/contrib/efl-debug|EFL Debugging]] if you want to learn more about debugging our libraries.// +//Please also see [[/docs-efl-debug]]. This should probably be merged with this page.// </note> This tutorial's goal is to help you debug your EFL applications with several use cases that you can reproduce. It gives you approaches to know if the bug comes from your application or from the EFL libraries. --
