WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=dd04ee0b9a084cd03a13a19457751fe50b3f17ef
commit dd04ee0b9a084cd03a13a19457751fe50b3f17ef Author: Gareth Halfacree <[email protected]> Date: Tue Jan 2 06:10:35 2018 -0800 Wiki page start.md changed with summary [] by Gareth Halfacree --- pages/develop/tutorials/c/start.md.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/pages/develop/tutorials/c/start.md.txt b/pages/develop/tutorials/c/start.md.txt index f23150d56..7025a9005 100644 --- a/pages/develop/tutorials/c/start.md.txt +++ b/pages/develop/tutorials/c/start.md.txt @@ -10,10 +10,11 @@ The following tutorials are designed to build on each other, introducing concept > **NOTE:** > The tutorials in this section use the latest beta release of the API, as > noted in [Developing with the Enlightenment Foundation > Libraries](https://www.enlightenment.org/develop/start.md#Current_vs._Beta). > Versions of these tutorials written for the current release can be found in > the [Legacy section of the > website](https://www.enlightenment.org/develop/legacy/tutorial/start). -* [Hello World](https://www.enlightenment.org/develop/tutorials/c/hello-world.md) +* [Hello World](hello-world.md) +* [Hello World GUI](hello-world-gui.md) * Eo and Eolian - * [Creating and Destroying Objects with Eo](https://www.enlightenment.org/develop/tutorials/c/eo-intro.md) - * [Reference Counting in Eo](https://www.enlightenment.org/develop/tutorials/c/eo-refcount.md) - * [Creating New Classes with Eolian](https://www.enlightenment.org/develop/tutorials/c/eo-classes.md) - * [Class Inheritance with Eolian](https://www.enlightenment.org/develop/tutorials/c/eo-inherit.md) - * [Multiple Class Inheritance with Eolian](https://www.enlightenment.org/develop/tutorials/c/eo-multiinherit.md) \ No newline at end of file + * [Creating and Destroying Objects with Eo](eo-intro.md) + * [Reference Counting in Eo](eo-refcount.md) + * [Creating New Classes with Eolian](eo-classes.md) + * [Class Inheritance with Eolian](eo-inherit.md) + * [Multiple Class Inheritance with Eolian](eo-multiinherit.md) \ No newline at end of file --
