Wiki page hello-world-gui.md changed with summary [fix links] by Xavi Artigas

This commit is contained in:
Xavi Artigas 2018-01-05 00:56:26 -08:00 committed by apache
parent e07a1c5e03
commit 4b4d5a7e14
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ In this guide you will learn how to build a complete graphical application, with
## Prerequisites ##
If you haven't already done so take a look at our [previous guide](https://www.enlightenment.org/develop/tutorial/c/hello-world.md) on how to write a "Hello World" command line program for a terminal window. This guide shows you how to include [EFL libraries](https://www.enlightenment.org/develop/setup/c/start.md) in your applications.
If you haven't already done so take a look at our [previous guide](https://www.enlightenment.org/develop/tutorials/c/hello-world.md) on how to write a "Hello World" command line program for a terminal window. This guide shows you how to include [EFL libraries](https://www.enlightenment.org/develop/setup/c/start.md) in your applications.
As you'll be building on the code from the prior tutorial, take a look at the program below to refresh your memory: