From 4c6b78f6a2b76a6ff232e9e67072d5275fff94df Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Thu, 9 Nov 2017 03:37:54 -0800 Subject: [PATCH] Wiki page eo-intro.md changed with summary [Fix link] by Andrew Williams --- pages/develop/tutorial/c/eo-intro.md.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/develop/tutorial/c/eo-intro.md.txt b/pages/develop/tutorial/c/eo-intro.md.txt index dcfc5e2c8..28948d86b 100644 --- a/pages/develop/tutorial/c/eo-intro.md.txt +++ b/pages/develop/tutorial/c/eo-intro.md.txt @@ -13,7 +13,7 @@ Due to its fundamental nature, this tutorial is more theoretic than the average. ## Prerequisites ## * Read the [Setting up the Development Environment](/develop/setup/c/) guide so you are able to build and run EFL applications. -* Read the [Hello World tutorial](hello-word.md) so you know the basics of building an EFL application. +* Read the [Hello World tutorial](hello-world.md) so you know the basics of building an EFL application. ## Step One: Object Creation and Destruction ##