WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=7522b3dd2aee34d6314e397cc2a6ee9d9c89ae05
commit 7522b3dd2aee34d6314e397cc2a6ee9d9c89ae05 Author: Bertrand Jacquin <bertr...@jacquin.bzh> Date: Wed Sep 20 17:11:22 2017 -0700 Wiki page apps_efl_debugging changed with summary [] by Bertrand Jacquin --- 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 41104c01..c1a84c17 100644 --- a/pages/debugging/apps_efl_debugging.txt +++ b/pages/debugging/apps_efl_debugging.txt @@ -372,7 +372,7 @@ Clouseau is the EFL UI Inspection tool. It makes it easy to query UI components You can get Clouseau from git: <code bash> -git clone http://git.enlightenment.org/tools/clouseau.git +git clone https://git.enlightenment.org/tools/clouseau.git </code> Here is a simple helloworld to test with Clouseau, it displays a window with some text and one button to exit. --