[EGIT] [website/www-content] master 01/01: Wiki page enlightenment_debugging changed with summary [] by Andrew Williams

2017-10-24 Thread Andrew Williams
WWW-www.enlightenment.org pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=6ceaf8b894999796d3eebe0eadb91b1643a0ceb7

commit 6ceaf8b894999796d3eebe0eadb91b1643a0ceb7
Author: Andrew Williams 
Date:   Tue Oct 24 05:49:20 2017 -0700

Wiki page enlightenment_debugging changed with summary [] by Andrew Williams
---
 pages/contrib/enlightenment_debugging.txt | 4 
 1 file changed, 4 deletions(-)

diff --git a/pages/contrib/enlightenment_debugging.txt 
b/pages/contrib/enlightenment_debugging.txt
index c5d38770..749ea481 100644
--- a/pages/contrib/enlightenment_debugging.txt
+++ b/pages/contrib/enlightenment_debugging.txt
@@ -1,10 +1,6 @@
 ~~Title: Enlightenment debugging~~
  Enlightenment Debugging 
 
-
-//Please also see [[docs-efl-debug]]. This should probably be merged with this 
page.//
-
-
 This tutorial aims at providing a comprehensive and reproducible documentation 
to debug Enlightenment. It is divided in two sections:
 
 * [[#Debugging_Enlightenment_using_GDB|GDB]]

-- 




[EGIT] [website/www-content] master 01/01: Wiki page enlightenment_debugging changed with summary [] by Andrew Williams

2017-10-20 Thread Andrew Williams
WWW-www.enlightenment.org pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=b9f1c69dc67c9d41e0dc0897caf3b2d9948da34e

commit b9f1c69dc67c9d41e0dc0897caf3b2d9948da34e
Author: Andrew Williams 
Date:   Fri Oct 20 09:42:58 2017 -0700

Wiki page enlightenment_debugging changed with summary [] by Andrew Williams
---
 pages/contrib/enlightenment_debugging.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pages/contrib/enlightenment_debugging.txt 
b/pages/contrib/enlightenment_debugging.txt
index f68da329..c5d38770 100644
--- a/pages/contrib/enlightenment_debugging.txt
+++ b/pages/contrib/enlightenment_debugging.txt
@@ -10,7 +10,7 @@ This tutorial aims at providing a comprehensive and 
reproducible documentation t
 * [[#Debugging_Enlightenment_using_GDB|GDB]]
 * [[#Valgrind|Valgrind]]
 
-Before debugging make sure your debug symbols are enabled, if not, go to the 
[[/docs-efl-start#Enable_debug_symbols_Optional|Enable debug symbols]] section.
+Before debugging make sure your debug symbols are enabled, if not, go to the 
[[/docs/distros/#Enable_debug_symbols_Optional|Enable debug symbols]] section.
 
 === Debugging Enlightenment using GDB ===
 

--