WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=f6e546b4dad639d5ac956673f4b360a8bdd77926
commit f6e546b4dad639d5ac956673f4b360a8bdd77926 Author: Andrew Williams <[email protected]> Date: Fri Oct 20 08:31:59 2017 -0700 Wiki page apps_efl_debugging changed with summary [refactoring contrib pages] by Andrew Williams --- pages/debugging/apps_efl_debugging.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/debugging/apps_efl_debugging.txt b/pages/debugging/apps_efl_debugging.txt index c1a84c17..37b552df 100644 --- a/pages/debugging/apps_efl_debugging.txt +++ b/pages/debugging/apps_efl_debugging.txt @@ -7,7 +7,7 @@ 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. -Then, if you are sure the bug does not come from your application, you can [[/debugging/report_bugs|report a bug]]. +Then, if you are sure the bug does not come from your application, you can [[/contrib/report_bugs|report a bug]]. In this tutorial we'll cover log levels and tracing the sources of bugs: --
