diff --git a/pages/develop/tutorials/c/hello-world-gui.md.txt b/pages/develop/tutorials/c/hello-world-gui.md.txt index 59bcbd577..5b4620b31 100644 --- a/pages/develop/tutorials/c/hello-world-gui.md.txt +++ b/pages/develop/tutorials/c/hello-world-gui.md.txt @@ -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: