Wiki page sizing.md changed with summary [fix links] by Xavi Artigas

This commit is contained in:
Xavi Artigas 2018-01-05 00:50:42 -08:00 committed by apache
parent 25f953fcef
commit cbbb49e27a
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ You can find an usage example in the [EFL examples repository](https://git.enlig
## Prerequisites ##
* Read the [Hello GUI Tutorial](hello-gui.md) to learn how to build a simple EFL application with a Graphical User Interface.
* Read the [Hello GUI Tutorial](/develop/tutorials/c/hello-world-gui.md) to learn how to build a simple EFL application with a Graphical User Interface.
## Setting a Widget's Minimum Size ##
@ -37,5 +37,5 @@ When a widget's *maximum* size is defined with ``efl_gfx_size_hint_max_set()``,
```
## Further Reading ##
[Hello GUI Tutorial](hello-gui.md)
[Hello GUI Tutorial](/develop/tutorials/c/hello-world-gui.md)
: Basic tutorial explaining how to build a simple EFL application with a Graphical User Interface.