WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=820db66422d48145bec167fea60b7893555befc2
commit 820db66422d48145bec167fea60b7893555befc2 Author: Vitor Sousa da Silva <vitorsousasi...@gmail.com> Date: Mon Jan 22 10:26:01 2018 -0800 Wiki page csharp_tutorial changed with summary [] by Vitor Sousa da Silva --- pages/develop/legacy/tutorial/csharp_tutorial.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/develop/legacy/tutorial/csharp_tutorial.txt b/pages/develop/legacy/tutorial/csharp_tutorial.txt index 2732d61c1..db7535e6c 100644 --- a/pages/develop/legacy/tutorial/csharp_tutorial.txt +++ b/pages/develop/legacy/tutorial/csharp_tutorial.txt @@ -22,7 +22,7 @@ Before you start you may want to read about how to compile the EFL: You will need a compatible version of [[http://www.mono-project.com|Mono]] (4.0 or higher). The paths to the ''mcs'' compiler and to the ''mono'' application must be in the ''PATH'' environment variable before compiling. -Once all conditions are met proceed to ??Compilation??. +Once all conditions are met proceed to [[#Compilation|Compilation]]. == Windows == @@ -37,7 +37,7 @@ export PATH="$PATH:/c/Program Files/Mono/bin" </code> If you used another installation path to Mono just adjust the paths used. -Once all conditions are met proceed to ??Compilation??. +Once all conditions are met proceed to [[#Compilation]]. === Compilation === --