WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=4b3ded5ecf0ee26146c28d620d165e3fdc8635b0
commit 4b3ded5ecf0ee26146c28d620d165e3fdc8635b0 Author: Xavi Artigas <[email protected]> Date: Thu Nov 9 04:25:16 2017 -0800 Wiki page eo-intro.md changed with summary [fix links] by Xavi Artigas --- pages/develop/tutorial/c/eo-intro.md.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/develop/tutorial/c/eo-intro.md.txt b/pages/develop/tutorial/c/eo-intro.md.txt index dfdacc54..956e0f5d 100644 --- a/pages/develop/tutorial/c/eo-intro.md.txt +++ b/pages/develop/tutorial/c/eo-intro.md.txt @@ -17,7 +17,7 @@ Due to its fundamental nature, this tutorial is more theoretic than the average. ## Step One: Object Creation and Destruction ## -Start with the basic EFL application skeleton from the [Hello World tutorial](hello-word.md) and add some placeholder methods that will be filled later on: +Start with the basic EFL application skeleton from the [Hello World tutorial](hello-world.md) and add some placeholder methods that will be filled later on: ```c #define EFL_EO_API_SUPPORT 1 @@ -294,5 +294,5 @@ The following tutorial builds on top of this one, adding instrumentation calls t [Setting up the Development Environment](/develop/setup/c/) : Read this before trying to develop with the EFL -[Hello World tutorial](hello-word.md) +[Hello World tutorial](hello-world.md) : Teaches the basic EFL application skeleton --
