docs link fixes

This commit is contained in:
Gabor Kiss-Vamosi
2021-05-17 16:17:20 +02:00
parent 103311192c
commit f97f87fdcd
20 changed files with 64 additions and 38 deletions

View File

@@ -137,7 +137,7 @@ Learn more about [Keys](/overview/indev).
```eval_rst
.. include:: ../../../examples/widgets/lv_example_chart/index.rst
.. include:: ../../../examples/widgets/chart/index.rst
```

View File

@@ -46,7 +46,7 @@ Learn more about [Keys](/overview/indev).
```eval_rst
.. include:: ../../../examples/widgets/lv_example_colorwheel/index.rst
.. include:: ../../../examples/widgets/colorwheel/index.rst
```

View File

@@ -21,7 +21,7 @@ The Base object can be directly used as a simple widgets. It nothing else than a
### Coordinates
Here only a small subset of cooridnate settings is described. To see all the features of LVGL (padding, cooridnates in styles, layouts, etc) visit the [Coordinates](overview/coord) page.
Here only a small subset of cooridnate settings is described. To see all the features of LVGL (padding, cooridnates in styles, layouts, etc) visit the [Coordinates](/overview/coords) page.
#### Size
The object size can be modified on individual axes with `lv_obj_set_width(obj, new_width)` and `lv_obj_set_height(obj, new_height)`, or both axes can be modified at the same time with `lv_obj_set_size(obj, new_width, new_height)`.